Uses of Class
com.microsoft.store.partnercenter.models.offers.BillingCycleType
-
Uses of BillingCycleType in com.microsoft.store.partnercenter.models.offers
Methods in com.microsoft.store.partnercenter.models.offers 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.offers that return types with arguments of type BillingCycleType Modifier and Type Method Description List<BillingCycleType>Offer. getSupportedBillingCycles()Method parameters in com.microsoft.store.partnercenter.models.offers with type arguments of type BillingCycleType Modifier and Type Method Description voidOffer. setSupportedBillingCycles(List<BillingCycleType> value) -
Uses of BillingCycleType in com.microsoft.store.partnercenter.models.orders
Methods in com.microsoft.store.partnercenter.models.orders that return BillingCycleType Modifier and Type Method Description BillingCycleTypeOrder. getBillingCycle()Gets the type of billing cycle for the selected offers.Methods in com.microsoft.store.partnercenter.models.orders with parameters of type BillingCycleType Modifier and Type Method Description voidOrder. setBillingCycle(BillingCycleType value)Sets the type of billing cycle for the selected offers. -
Uses of BillingCycleType in com.microsoft.store.partnercenter.models.subscriptions
Methods in com.microsoft.store.partnercenter.models.subscriptions that return BillingCycleType Modifier and Type Method Description BillingCycleTypeConversion. getBillingCycle()Gets the billing cycle that defines how often the partner is billed for this subscription.BillingCycleTypeSubscription. getBillingCycle()Gets the billing cycle type for the subscription.Methods in com.microsoft.store.partnercenter.models.subscriptions with parameters of type BillingCycleType Modifier and Type Method Description voidConversion. setBillingCycle(BillingCycleType value)Sets the billing cycle that defines how often the partner is billed for this subscription.voidSubscription. setBillingCycle(BillingCycleType billingCycle)Sets the billing cycle type for the subscription -
Uses of BillingCycleType in com.microsoft.store.partnercenter.orders
Methods in com.microsoft.store.partnercenter.orders with parameters of type BillingCycleType Modifier and Type Method Description IOrderCollectionByBillingCycleTypeIOrderCollection. byBillingCycleType(BillingCycleType billingCycleType)Gets the order collection behavior given a billing cycle type.IOrderCollectionByBillingCycleTypeOrderCollectionOperations. byBillingCycleType(BillingCycleType billingCycleType)Gets the order collection behavior given a billing cycle type.Constructors in com.microsoft.store.partnercenter.orders with parameters of type BillingCycleType Constructor Description OrderCollectionByBillingCycleTypeOperations(IPartner rootPartnerOperations, String customerId, BillingCycleType billingCycleType)Initializes a new instance of the OrderCollectionByBillingCycleTypeOperations class.