Package com.apple.itunes.storekit.model
Class ExtendRenewalDateResponse
java.lang.Object
com.apple.itunes.storekit.model.ExtendRenewalDateResponse
A response that indicates whether an individual renewal-date extension succeeded, and related details.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioneffectiveDate
(Long effectiveDate) boolean
The new subscription expiration date for a subscription-renewal extension.The original transaction identifier of a purchase.A Boolean value that indicates whether the subscription-renewal-date extension succeeded.Fields that are not recognized for this objectThe unique identifier of subscription-purchase events across devices, including renewals.int
hashCode()
originalTransactionId
(String originalTransactionId) void
setEffectiveDate
(Long effectiveDate) void
setOriginalTransactionId
(String originalTransactionId) void
setSuccess
(Boolean success) void
setUnknownFields
(Map<String, Object> unknownFields) void
setWebOrderLineItemId
(String webOrderLineItemId) toString()
unknownFields
(Map<String, Object> unknownFields) webOrderLineItemId
(String webOrderLineItemId)
-
Constructor Details
-
ExtendRenewalDateResponse
public ExtendRenewalDateResponse()
-
-
Method Details
-
originalTransactionId
-
getOriginalTransactionId
The original transaction identifier of a purchase.- Returns:
- originalTransactionId
- See Also:
-
setOriginalTransactionId
-
webOrderLineItemId
-
getWebOrderLineItemId
The unique identifier of subscription-purchase events across devices, including renewals.- Returns:
- webOrderLineItemId
- See Also:
-
setWebOrderLineItemId
-
success
-
getSuccess
A Boolean value that indicates whether the subscription-renewal-date extension succeeded.- Returns:
- success
- See Also:
-
setSuccess
-
effectiveDate
-
getEffectiveDate
The new subscription expiration date for a subscription-renewal extension.- Returns:
- effectiveDate
- See Also:
-
setEffectiveDate
-
unknownFields
-
getUnknownFields
Fields that are not recognized for this object- Returns:
- A map of JSON keys to objects
-
setUnknownFields
-
equals
-
hashCode
public int hashCode() -
toString
-