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.php
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ class TaxDetail extends RecurlyResource
26
26
27
27
/**
28
28
* Getter method for the billable attribute.
29
-
* Whether or not the line item is taxable. Only populated for a single LineItem fetch when Avalara for Communications is enabled.
29
+
* Whether or not the line item is taxable. Only populated for a single LineItem fetch when Avalara for Communications or Vertex is enabled.
30
30
*
31
31
* @return ?bool
32
32
*/
@@ -49,7 +49,7 @@ public function setBillable(bool $billable): void
49
49
50
50
/**
51
51
* Getter method for the level attribute.
52
-
* Provides the jurisdiction level for the Communications tax applied. Example values include city, state and federal. Present only when Avalara for Communications is enabled.
52
+
* 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.
53
53
*
54
54
* @return ?string
55
55
*/
@@ -72,7 +72,7 @@ public function setLevel(string $level): void
72
72
73
73
/**
74
74
* Getter method for the name attribute.
75
-
* Provides the name of the Communications tax applied. Present only when Avalara for Communications is enabled.
75
+
* Provides the name of the Communications tax applied. Present only when Avalara for Communications or Vertex is enabled.
76
76
*
77
77
* @return ?string
78
78
*/
@@ -164,7 +164,7 @@ public function setTax(float $tax): void
164
164
165
165
/**
166
166
* Getter method for the type attribute.
167
-
* 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.
167
+
* 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.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ public function setRegion(string $region): void
70
70
71
71
/**
72
72
* Getter method for the tax_details attribute.
73
-
* 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.
73
+
* 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