Uses of Class
com.xero.models.appstore.Subscription
Packages that use Subscription
-
Uses of Subscription in com.xero.api.client
Methods in com.xero.api.client that return SubscriptionModifier and TypeMethodDescriptionAppStoreApi.getSubscription(String accessToken, UUID subscriptionId) Retrieves a subscription for a given subscriptionId -
Uses of Subscription in com.xero.models.appstore
Methods in com.xero.models.appstore that return SubscriptionModifier and TypeMethodDescriptionSubscription.addPlansItem(Plan plansItem) List of plans for the subscription.Subscription.currentPeriodEnd(org.threeten.bp.LocalDateTime currentPeriodEnd) End of the current period that the subscription has been invoiced for.Subscription.endDate(org.threeten.bp.LocalDateTime endDate) If the subscription has been canceled, this is the date when the subscription ends.The unique identifier of the subscriptionSubscription.organisationId(UUID organisationId) The Xero generated unique identifier for the organisationList of plans for the subscription.Subscription.startDate(org.threeten.bp.LocalDateTime startDate) Date when the subscription was first created.Subscription.status(Subscription.StatusEnum status) Status of the subscription.Boolean used to indicate if the subscription is in test mode