Skip to content

Commit 7a2ea00

Browse files
committed
Merge pull request #97 from recurly/jh-digital_services_vat_2015_api
Add tax_code to plan, add on and adjustment
2 parents f31685d + 94b06fa commit 7a2ea00

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

recurly/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ class Adjustment(Resource):
403403
'total_in_cents',
404404
'currency',
405405
'tax_exempt',
406+
'tax_code',
406407
'tax_details',
407408
'start_date',
408409
'end_date',
@@ -726,6 +727,7 @@ class Plan(Resource):
726727
'accounting_code',
727728
'created_at',
728729
'tax_exempt',
730+
'tax_code',
729731
'unit_amount_in_cents',
730732
'setup_fee_in_cents',
731733
)
@@ -757,6 +759,7 @@ class AddOn(Resource):
757759
'default_quantity',
758760
'accounting_code',
759761
'unit_amount_in_cents',
762+
'tax_code',
760763
'created_at',
761764
)
762765

0 commit comments

Comments
 (0)