Skip to content

Commit acbe73f

Browse files
authored
Merge pull request #640 from recurly/v3-v2021-02-25-1682540411
Generated Latest Changes for v2021-02-25
2 parents a4222da + dbe9381 commit acbe73f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

openapi/api.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19032,6 +19032,13 @@ components:
1903219032
description: The outstanding balance remaining on this invoice.
1903319033
tax_info:
1903419034
"$ref": "#/components/schemas/TaxInfo"
19035+
used_tax_service:
19036+
type: boolean
19037+
title: Used Tax Service?
19038+
description: Will be `true` when the invoice had a successful response from
19039+
the tax service and `false` when the invoice was not sent to tax service
19040+
due to a lack of address or enabled jurisdiction or was processed without
19041+
tax due to a non-blocking error returned from the tax service.
1903519042
vat_number:
1903619043
type: string
1903719044
title: VAT number
@@ -24043,7 +24050,9 @@ components:
2404324050
- es-MX
2404424051
- es-US
2404524052
- fi-FI
24053+
- fr-BE
2404624054
- fr-CA
24055+
- fr-CH
2404724056
- fr-FR
2404824057
- hi-IN
2404924058
- it-IT

recurly/resources.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,6 +1391,8 @@ class Invoice(Resource):
13911391
Invoices are either charge, credit, or legacy invoices.
13921392
updated_at : datetime
13931393
Last updated at
1394+
used_tax_service : bool
1395+
Will be `true` when the invoice had a successful response from the tax service and `false` when the invoice was not sent to tax service due to a lack of address or enabled jurisdiction or was processed without tax due to a non-blocking error returned from the tax service.
13941396
uuid : str
13951397
Invoice UUID
13961398
vat_number : str
@@ -1437,6 +1439,7 @@ class Invoice(Resource):
14371439
"transactions": ["Transaction"],
14381440
"type": str,
14391441
"updated_at": datetime,
1442+
"used_tax_service": bool,
14401443
"uuid": str,
14411444
"vat_number": str,
14421445
"vat_reverse_charge_notes": str,

0 commit comments

Comments
 (0)