Package com.apple.itunes.storekit.model
Class UpdateAppAccountTokenRequest
java.lang.Object
com.apple.itunes.storekit.model.UpdateAppAccountTokenRequest
The request body that contains an app account token value.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappAccountToken
(UUID appAccountToken) boolean
The UUID that an app optionally generates to map a customer’s in-app purchase with its resulting App Store transaction.int
hashCode()
void
setAppAccountToken
(UUID appAccountToken) toString()
-
Constructor Details
-
UpdateAppAccountTokenRequest
-
-
Method Details
-
appAccountToken
-
getAppAccountToken
The UUID that an app optionally generates to map a customer’s in-app purchase with its resulting App Store transaction.- Returns:
- appAccountToken
- See Also:
-
setAppAccountToken
-
equals
-
hashCode
public int hashCode() -
toString
-