Package com.apple.itunes.storekit.model
Class AdvancedCommerceRequestInfo
java.lang.Object
com.apple.itunes.storekit.model.AdvancedCommerceRequestInfo
The metadata to include in server requests.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappAccountToken(UUID appAccountToken) The value of the advancedCommerceConsistencyToken that you receive in the JWSRenewalInfo renewal information for a subscription.consistencyToken(String consistencyToken) booleanA UUID that represents an app account token, to associate with the transaction in the request.A UUID that you provide to uniquely identify each request.inthashCode()requestReferenceId(UUID requestReferenceId) voidsetAppAccountToken(UUID appAccountToken) voidsetConsistencyToken(String consistencyToken) voidsetRequestReferenceId(UUID requestReferenceId) toString()
-
Constructor Details
-
AdvancedCommerceRequestInfo
protected AdvancedCommerceRequestInfo() -
AdvancedCommerceRequestInfo
-
-
Method Details
-
appAccountToken
-
getAppAccountToken
A UUID that represents an app account token, to associate with the transaction in the request.- Returns:
- appAccountToken
-
setAppAccountToken
-
consistencyToken
-
consistencyToken
The value of the advancedCommerceConsistencyToken that you receive in the JWSRenewalInfo renewal information for a subscription. Don’t generate this value.- Returns:
- consistencyToken
- See Also:
-
setConsistencyToken
-
requestReferenceId
-
getRequestReferenceId
A UUID that you provide to uniquely identify each request. If the request times out, you can use the same requestReferenceId value to retry the request. Otherwise, provide a unique value.- Returns:
- requestReferenceId
-
setRequestReferenceId
-
equals
-
hashCode
public int hashCode() -
toString
-