Uses of Class
com.xero.models.appstore.Plan
-
Packages that use Plan Package Description com.xero.models.appstore -
-
Uses of Plan in com.xero.models.appstore
Methods in com.xero.models.appstore that return Plan Modifier and Type Method Description PlanPlan. addSubscriptionItemsItem(SubscriptionItem subscriptionItemsItem)List of the subscription items belonging to the plan.PlanPlan. id(UUID id)The unique identifier of the planPlanPlan. name(String name)The name of the plan.PlanPlan. status(Plan.StatusEnum status)Status of the plan.PlanPlan. subscriptionItems(List<SubscriptionItem> subscriptionItems)List of the subscription items belonging to the plan.Methods in com.xero.models.appstore that return types with arguments of type Plan Modifier and Type Method Description List<Plan>Subscription. getPlans()List of plans for the subscription.Methods in com.xero.models.appstore with parameters of type Plan Modifier and Type Method Description SubscriptionSubscription. addPlansItem(Plan plansItem)List of plans for the subscription.Method parameters in com.xero.models.appstore with type arguments of type Plan Modifier and Type Method Description SubscriptionSubscription. plans(List<Plan> plans)List of plans for the subscription.voidSubscription. setPlans(List<Plan> plans)List of plans for the subscription.
-