You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/recurly/resources/tax_detail.rb
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ module Resources
7
7
classTaxDetail < Resource
8
8
9
9
# @!attribute billable
10
-
# @return [Boolean] Whether or not the line item is taxable. Only populated for a single LineItem fetch when Avalara for Communications is enabled.
10
+
# @return [Boolean] Whether or not the line item is taxable. Only populated for a single LineItem fetch when Avalara for Communications or Vertex is enabled.
11
11
define_attribute:billable,:Boolean
12
12
13
13
# @!attribute level
14
-
# @return [String] Provides the jurisdiction level for the Communications tax applied. Example values include city, state and federal. Present only when Avalara for Communications is enabled.
14
+
# @return [String] Provides the jurisdiction level for the Communications tax applied. Example values include city, state and federal. Present only when Avalara for Communications or Vertex is enabled.
15
15
define_attribute:level,String
16
16
17
17
# @!attribute name
18
-
# @return [String] Provides the name of the Communications tax applied. Present only when Avalara for Communications is enabled.
18
+
# @return [String] Provides the name of the Communications tax applied. Present only when Avalara for Communications or Vertex is enabled.
19
19
define_attribute:name,String
20
20
21
21
# @!attribute rate
@@ -31,7 +31,7 @@ class TaxDetail < Resource
31
31
define_attribute:tax,Float
32
32
33
33
# @!attribute type
34
-
# @return [String] Provides the tax type for the region or type of Comminications tax when Avalara for Communications is enabled. For Canadian Sales Tax, this will be GST, HST, QST or PST.
34
+
# @return [String] Provides the tax type for the region or type of Comminications tax when Avalara for Communications or Vertex is enabled. For Canadian Sales Tax, this will be GST, HST, QST or PST.
Copy file name to clipboardExpand all lines: lib/recurly/resources/tax_info.rb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ class TaxInfo < Resource
15
15
define_attribute:region,String
16
16
17
17
# @!attribute tax_details
18
-
# @return [Array[TaxDetail]] Provides additional tax details for Communications taxes when Avalara for Communications is enabled or Canadian Sales Tax when there is tax applied at both the country and province levels. This will only be populated for the Invoice response when fetching a single invoice and not for the InvoiceList or LineItemList. Only populated for a single LineItem fetch when Avalara for Communications is enabled.
18
+
# @return [Array[TaxDetail]] Provides additional tax details for Communications taxes when Avalara for Communications or Vertex Tax Breakdown is enabled or Canadian Sales Tax. Tax details will only be populated for the Invoice response when fetching a single invoice and not for the InvoiceList or LineItemList. Only populated for a single LineItem fetch when Avalara for Communications is enabled.
0 commit comments