File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1037,7 +1037,8 @@ class Invoice(Resource):
1037
1037
'billing_info' ,
1038
1038
'billing_info_uuid' ,
1039
1039
'dunning_campaign_id' ,
1040
- 'refundable_in_cents'
1040
+ 'refundable_in_cents' ,
1041
+ 'used_tax_service'
1041
1042
)
1042
1043
1043
1044
blacklist_attributes = (
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ Location: https://api.recurly.com/v2/invoices/6019
58
58
<collection_method >manual</collection_method >
59
59
<po_number nil =" nil" ></po_number >
60
60
<terms_and_conditions >t and c</terms_and_conditions >
61
+ <used_tax_service type =" boolean" >true</used_tax_service >
61
62
<line_items type =" array" >
62
63
<adjustment href =" https://api.recurly.com/v2/adjustments/46036dc9823500f96f43ef44769df449" type =" charge" >
63
64
<account href =" https://api.recurly.com/v2/accounts/aa463d59-a618-4b71-b1f4-0410f835fe74" />
Original file line number Diff line number Diff line change @@ -24,5 +24,6 @@ Content-Type: application/xml; charset=utf-8
24
24
<description >test charge</description >
25
25
<created_at type =" datetime" >2009-11-03T23:27:46-08:00</created_at >
26
26
<tax_type >usst</tax_type >
27
+ <used_tax_service type =" boolean" >true</used_tax_service >
27
28
</invoice >
28
29
</invoices >
You can’t perform that action at this time.
0 commit comments