Skip to content

Commit cac720f

Browse files
author
Recurly Integrations
authored
Generated Latest Changes for v2021-02-25
1 parent cdfb3ba commit cac720f

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

lib/recurly/resources/tax_detail.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class TaxDetail extends RecurlyResource
2626

2727
/**
2828
* 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.
3030
*
3131
* @return ?bool
3232
*/
@@ -49,7 +49,7 @@ public function setBillable(bool $billable): void
4949

5050
/**
5151
* 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.
5353
*
5454
* @return ?string
5555
*/
@@ -72,7 +72,7 @@ public function setLevel(string $level): void
7272

7373
/**
7474
* 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.
7676
*
7777
* @return ?string
7878
*/
@@ -164,7 +164,7 @@ public function setTax(float $tax): void
164164

165165
/**
166166
* 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.
168168
*
169169
* @return ?string
170170
*/

lib/recurly/resources/tax_info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function setRegion(string $region): void
7070

7171
/**
7272
* 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.
7474
*
7575
* @return array
7676
*/

openapi/api.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24392,11 +24392,11 @@ components:
2439224392
tax_details:
2439324393
type: array
2439424394
description: Provides additional tax details for Communications taxes when
24395-
Avalara for Communications is enabled or Canadian Sales Tax when there
24396-
is tax applied at both the country and province levels. This will only
24397-
be populated for the Invoice response when fetching a single invoice and
24398-
not for the InvoiceList or LineItemList. Only populated for a single LineItem
24399-
fetch when Avalara for Communications is enabled.
24395+
Avalara for Communications or Vertex Tax Breakdown is enabled or Canadian
24396+
Sales Tax. Tax details will only be populated for the Invoice response
24397+
when fetching a single invoice and not for the InvoiceList or LineItemList.
24398+
Only populated for a single LineItem fetch when Avalara for Communications
24399+
is enabled.
2440024400
items:
2440124401
"$ref": "#/components/schemas/TaxDetail"
2440224402
TaxDetail:
@@ -24407,8 +24407,8 @@ components:
2440724407
type: string
2440824408
title: Type
2440924409
description: Provides the tax type for the region or type of Comminications
24410-
tax when Avalara for Communications is enabled. For Canadian Sales Tax,
24411-
this will be GST, HST, QST or PST.
24410+
tax when Avalara for Communications or Vertex is enabled. For Canadian
24411+
Sales Tax, this will be GST, HST, QST or PST.
2441224412
region:
2441324413
type: string
2441424414
title: Region
@@ -24429,18 +24429,18 @@ components:
2442924429
type: string
2443024430
title: Name
2443124431
description: Provides the name of the Communications tax applied. Present
24432-
only when Avalara for Communications is enabled.
24432+
only when Avalara for Communications or Vertex is enabled.
2443324433
level:
2443424434
type: string
2443524435
title: Level
2443624436
description: Provides the jurisdiction level for the Communications tax
2443724437
applied. Example values include city, state and federal. Present only
24438-
when Avalara for Communications is enabled.
24438+
when Avalara for Communications or Vertex is enabled.
2443924439
billable:
2444024440
type: boolean
2444124441
title: Billable
2444224442
description: Whether or not the line item is taxable. Only populated for
24443-
a single LineItem fetch when Avalara for Communications is enabled.
24443+
a single LineItem fetch when Avalara for Communications or Vertex is enabled.
2444424444
Transaction:
2444524445
type: object
2444624446
properties:

0 commit comments

Comments
 (0)