1.21.0
Generates Xero-Python 1.21.0 from Xero-OpenAPI 2.33.1
Accounting API
- Adds
BatchPaymentproperty inPaymentmodel - Adds Singapore tax rates for 2023
- Updates
CreateBrandingThemePaymentServicesmethod to accept an array ofPaymentServiceobjects instead of just onePaymentServiceobject to match API functionality - Updates data type of
IsReconciledproperty ofBatchPaymentto boolean. - Updates data type of
TotalAmountproperty ofBatchPaymentto decimal
Release Notes
- Resolves Xero-NetStandard #449
- Resolves Xero-NetStandard #453
- Resolves Xero-Node #605
This will result in a small breaking change where any projects currently using the CreateBrandingThemePaymentServices method will need to wrap their PaymentService object in a PaymentServices object like so:
{ "PaymentServices": [ { "PaymentServiceID": "54b3b4f6-0443-4fba-bcd1-61ec0c35ca55", "PaymentServiceName": "PayUpNow", "PaymentServiceUrl": "https://www.payupnow.com/", "PaymentServiceType": "Custom", "PayNowText": "Time To Pay" } ] }
Types of Changes
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)