Uses of Class
com.microsoft.store.partnercenter.models.invoices.BillingType
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.invoices | |
| com.microsoft.store.partnercenter.models.offers | |
| com.microsoft.store.partnercenter.models.subscriptions |
-
Uses of BillingType in com.microsoft.store.partnercenter.models.invoices
Methods in com.microsoft.store.partnercenter.models.invoices that return BillingType Modifier and Type Method Description static BillingTypeBillingType. valueOf(String name)Returns the enum constant of this type with the specified name.static BillingType[]BillingType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BillingType in com.microsoft.store.partnercenter.models.offers
Methods in com.microsoft.store.partnercenter.models.offers that return BillingType Modifier and Type Method Description BillingTypeOffer. getBilling()Methods in com.microsoft.store.partnercenter.models.offers with parameters of type BillingType Modifier and Type Method Description voidOffer. setBilling(BillingType value) -
Uses of BillingType in com.microsoft.store.partnercenter.models.subscriptions
Methods in com.microsoft.store.partnercenter.models.subscriptions that return BillingType Modifier and Type Method Description BillingTypeSubscription. getBillingType()Methods in com.microsoft.store.partnercenter.models.subscriptions with parameters of type BillingType Modifier and Type Method Description voidSubscription. setBillingType(BillingType value)