Package com.apple.itunes.storekit.model
Class AlternateProduct
java.lang.Object
com.apple.itunes.storekit.model.AlternateProduct
A switch-plan message and product ID you provide in a real-time response to your Get Retention Message endpoint.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbillingPlanType(BillingPlanType billingPlanType) booleanThe message identifier of the text to display in the switch-plan retention message.The product identifier of the subscription the retention message suggests for your customer to switch to.inthashCode()messageIdentifier(UUID messageIdentifier) voidsetBillingPlanType(BillingPlanType billingPlanType) voidsetMessageIdentifier(UUID messageIdentifier) voidsetProductId(String productId) voidsetRawBillingPlanType(String rawBillingPlanType) toString()
-
Constructor Details
-
AlternateProduct
public AlternateProduct()
-
-
Method Details
-
messageIdentifier
-
getMessageIdentifier
The message identifier of the text to display in the switch-plan retention message.- Returns:
- messageIdentifier
- See Also:
-
setMessageIdentifier
-
productId
-
getProductId
The product identifier of the subscription the retention message suggests for your customer to switch to.- Returns:
- productId
- See Also:
-
setProductId
-
billingPlanType
-
getBillingPlanType
- Returns:
- billingPlanType
- See Also:
-
getRawBillingPlanType
- See Also:
-
setBillingPlanType
-
setRawBillingPlanType
-
equals
-
hashCode
public int hashCode() -
toString
-