public interface SubscriptionProduct extends Serializable
Modifier and Type | Method and Description |
---|---|
BillingFrequencyType |
getBillingFrequencyType()
Returns the billing frequency type of this SKU.
|
Boolean |
getSubscription() |
boolean |
getUpgradeable()
Returns true if this product is upgradable.
|
String |
getUpgradeFamilyType()
This property returns the upgrade family for products that are upgradable.
|
void |
setBillingFrequencyType(BillingFrequencyType billingFrequencyType) |
void |
setSubscription(Boolean subscription) |
void |
setUpgradeable(boolean upgradeable)
Set whether or not this product is upgradable.
|
void |
setUpgradeFamilyType(String upgradeFamilyType)
Set the upgrade family type.
|
boolean getUpgradeable()
void setUpgradeable(boolean upgradeable)
isUpgradeable
- String getUpgradeFamilyType()
void setUpgradeFamilyType(String upgradeFamilyType)
upgradeFamilyType
- SubscriptionSku#getUpgradeLevel()}
BillingFrequencyType getBillingFrequencyType()
BillingFrequencyType
from the parent SubscriptionProduct
Allows a Product to have a set of SKUs for different billing frequencies.Boolean getSubscription()
void setSubscription(Boolean subscription)
void setBillingFrequencyType(BillingFrequencyType billingFrequencyType)
Copyright © 2020. All rights reserved.