3.3.0
Implements the 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
-
get_subscription
-
XeroRuby::AppStore:: adds
- Subscription
- SubscriptionItem
- Plan
- Product
- Price
- ProblemDetails
-
XeroRuby::PayrollAu::Employee adds
termination_reason
V
Voluntary cessation
I
Ill health
D
Deceased
R
Redundancy
F
Dismissal
C
Contract cessation
T
Transfer
lib/xero-ruby/models/accounting/time_zone.rb
-
EASTERISLANDSTANDARDTIME = "EASTERISLANDSTANDARDTIME".freeze
-
XeroRuby::PayrollAu::PayrollCalendar adds
reference_date
-
Payment.rb adds
bank_amount
Types of Changes
- New feature (non-breaking change that adds functionality)