Releases: recurly/recurly-client-python
Releases · recurly/recurly-client-python
2.2.8
- Added address attribute into preview calls and update invoice notes path
- Added tests for new read-only attribute
vat_location_valid
onAccount
- Added
invoice_number_prefix
andinvoice_number_with_prefix()
on
Invoice
for use with the Country Invoice Sequencing feature - Added support for update_notes path on Subscription
- Added
refund_amount
(open amount refunds) toInvoice
- Added
refund
(line item refunds) toInvoice
2.2.7
2.2.6
2.2.4
- Added account entity use code:
account.entity_use_code
- Added bulk parameter
- Added billing agreement support to BillingInfo
2.2.3
2.2.2
Add subscription.preview()
2.2.1
- Added tests for
invoice_description
2.2.0
- Added subscription preview:
subscription.preview()
- Added tax details to adjustments:
adjustment.tax_details
- Removed
taxable
support on adjustments - Added
tax_exempt
to accounts, adjustments and plans - Added
tax_rate
,tax_type
to invoices and subscriptions - Added
tax_in_cents
to subscriptions
2.1.15
- Added support for downloading invoices as PDF
- Added token_id support to BillingInfo
v2.1.13
Bug fix: Adjustment.get(uuid) now supported