You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: recurly/resources.py
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1391,6 +1391,8 @@ class Invoice(Resource):
1391
1391
Invoices are either charge, credit, or legacy invoices.
1392
1392
updated_at : datetime
1393
1393
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.
0 commit comments