Subscription |
Subscription.addPlansItem(Plan plansItem) |
List of plans for the subscription.
|
Subscription |
Subscription.currentPeriodEnd(org.threeten.bp.OffsetDateTime currentPeriodEnd) |
End of the current period that the subscription has been invoiced for.
|
Subscription |
Subscription.endDate(org.threeten.bp.OffsetDateTime endDate) |
If the subscription has been canceled, this is the date when the subscription ends.
|
Subscription |
Subscription.id(UUID id) |
The unique identifier of the subscription
|
Subscription |
Subscription.organisationId(UUID organisationId) |
The Xero generated unique identifier for the organisation
|
Subscription |
Subscription.plans(List<Plan> plans) |
List of plans for the subscription.
|
Subscription |
Subscription.startDate(org.threeten.bp.OffsetDateTime startDate) |
Date when the subscription was first created.
|
Subscription |
Subscription.status(String status) |
Status of the subscription.
|
Subscription |
Subscription.testMode(Boolean testMode) |
Boolean used to indicate if the subscription is in test mode
|