Skip to content

1.9.0

Choose a tag to compare

@RettBehrens RettBehrens released this 31 Aug 22:02
· 138 commits to master since this release
6889c54

Implements the app store api endpoints available in Xero's API spec.

Description

https://developer.xero.com/documentation/guides/how-to-guides/xero-app-store-subscriptions/

https://developer.xero.com/documentation/api/xero-app-store/subscriptions

Release Notes

Subscriptions endpoints enable you to query data about the users who have paid to subscribe to your application through Xero.

AppStoreAPI adds

  • getSubscription

AppStore adds

  • Subscription

  • SubscriptionItem

  • Plan

  • Product

  • Price

  • ProblemDetails

  • time_zone.py adds EASTERISLANDSTANDARDTIME

  • payment.py adds bank_amount


Employee adds terminationReason
V Voluntary cessation
I Ill health
D Deceased
R Redundancy
F Dismissal
C Contract cessation
T Transfer

Types of Changes

  • New feature (non-breaking change that adds functionality)