Uses of Class
com.xero.models.appstore.SubscriptionItem
Packages that use SubscriptionItem
-
Uses of SubscriptionItem in com.xero.models.appstore
Methods in com.xero.models.appstore that return SubscriptionItemModifier and TypeMethodDescriptionSubscriptionItem.endDate(org.threeten.bp.LocalDateTime endDate) Date when the subscription to this product will endThe unique identifier of the subscription item.priceproductThe quantity of the item.SubscriptionItem.startDate(org.threeten.bp.LocalDateTime startDate) Date the subscription started, or will start.SubscriptionItem.status(SubscriptionItem.StatusEnum status) Status of the subscription item.If the subscription is a test subscriptionMethods in com.xero.models.appstore that return types with arguments of type SubscriptionItemModifier and TypeMethodDescriptionPlan.getSubscriptionItems()List of the subscription items belonging to the plan.Methods in com.xero.models.appstore with parameters of type SubscriptionItemModifier and TypeMethodDescriptionPlan.addSubscriptionItemsItem(SubscriptionItem subscriptionItemsItem) List of the subscription items belonging to the plan.Method parameters in com.xero.models.appstore with type arguments of type SubscriptionItemModifier and TypeMethodDescriptionvoidPlan.setSubscriptionItems(List<SubscriptionItem> subscriptionItems) List of the subscription items belonging to the plan.Plan.subscriptionItems(List<SubscriptionItem> subscriptionItems) List of the subscription items belonging to the plan.