Uses of Class
com.xero.models.appstore.SubscriptionItem
-
Packages that use SubscriptionItem Package Description com.xero.models.appstore -
-
Uses of SubscriptionItem in com.xero.models.appstore
Methods in com.xero.models.appstore that return SubscriptionItem Modifier and Type Method Description SubscriptionItemSubscriptionItem. endDate(org.threeten.bp.OffsetDateTime endDate)Date when the subscription to this product will endSubscriptionItemSubscriptionItem. id(UUID id)The unique identifier of the subscription item.SubscriptionItemSubscriptionItem. price(Price price)priceSubscriptionItemSubscriptionItem. product(Product product)productSubscriptionItemSubscriptionItem. startDate(org.threeten.bp.OffsetDateTime startDate)Date the subscription started, or will start.SubscriptionItemSubscriptionItem. testMode(Boolean testMode)If the subscription is a test subscriptionMethods in com.xero.models.appstore that return types with arguments of type SubscriptionItem Modifier and Type Method Description List<SubscriptionItem>Plan. getSubscriptionItems()List of the subscription items belonging to the plan.Methods in com.xero.models.appstore with parameters of type SubscriptionItem Modifier and Type Method Description PlanPlan. addSubscriptionItemsItem(SubscriptionItem subscriptionItemsItem)List of the subscription items belonging to the plan.Method parameters in com.xero.models.appstore with type arguments of type SubscriptionItem Modifier and Type Method Description voidPlan. setSubscriptionItems(List<SubscriptionItem> subscriptionItems)List of the subscription items belonging to the plan.PlanPlan. subscriptionItems(List<SubscriptionItem> subscriptionItems)List of the subscription items belonging to the plan.
-