We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f31685d + 94b06fa commit 7a2ea00Copy full SHA for 7a2ea00
1 file changed
recurly/__init__.py
@@ -403,6 +403,7 @@ class Adjustment(Resource):
403
'total_in_cents',
404
'currency',
405
'tax_exempt',
406
+ 'tax_code',
407
'tax_details',
408
'start_date',
409
'end_date',
@@ -726,6 +727,7 @@ class Plan(Resource):
726
727
'accounting_code',
728
'created_at',
729
730
731
'unit_amount_in_cents',
732
'setup_fee_in_cents',
733
)
@@ -757,6 +759,7 @@ class AddOn(Resource):
757
759
'default_quantity',
758
760
761
762
763
764
765
0 commit comments