Uses of Class
com.microsoft.store.partnercenter.models.products.BillingCycleType
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.carts | |
| com.microsoft.store.partnercenter.models.products |
-
Uses of BillingCycleType in com.microsoft.store.partnercenter.models.carts
Methods in com.microsoft.store.partnercenter.models.carts that return BillingCycleType Modifier and Type Method Description BillingCycleTypeCartLineItem. getBillingCycle()Gets the type of billing cycle for the selected catalog item.Methods in com.microsoft.store.partnercenter.models.carts with parameters of type BillingCycleType Modifier and Type Method Description voidCartLineItem. setBillingCycle(BillingCycleType value)Sets the type of billing cycle for the selected catalog item. -
Uses of BillingCycleType in com.microsoft.store.partnercenter.models.products
Methods in com.microsoft.store.partnercenter.models.products that return BillingCycleType Modifier and Type Method Description static BillingCycleTypeBillingCycleType. valueOf(String name)Returns the enum constant of this type with the specified name.static BillingCycleType[]BillingCycleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.store.partnercenter.models.products that return types with arguments of type BillingCycleType Modifier and Type Method Description List<BillingCycleType>Sku. getSupportedBillingCycles()Method parameters in com.microsoft.store.partnercenter.models.products with type arguments of type BillingCycleType Modifier and Type Method Description voidSku. setSupportedBillingCycles(List<BillingCycleType> value)