Package com.apple.itunes.storekit.model
Class ExternalPurchaseToken
java.lang.Object
com.apple.itunes.storekit.model.ExternalPurchaseToken
The payload data that contains an external purchase token.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionappAppleId(Long appAppleId) booleanexternalPurchaseId(String externalPurchaseId) The unique identifier of an app in the App Store.The bundle identifier of an app.The field of an external purchase token that uniquely identifies the token.The field of an external purchase token that contains the UNIX date, in milliseconds, when the system created the token.Fields that are not recognized for this objectinthashCode()voidsetAppAppleId(Long appAppleId) voidsetBundleId(String bundleId) voidsetExternalPurchaseId(String externalPurchaseId) voidsetTokenCreationDate(Long tokenCreationDate) voidsetUnknownFields(Map<String, Object> unknownFields) tokenCreationDate(Long tokenCreationDate) toString()unknownFields(Map<String, Object> unknownFields)  
- 
Constructor Details
- 
ExternalPurchaseToken
public ExternalPurchaseToken() 
 - 
 - 
Method Details
- 
externalPurchaseId
 - 
getExternalPurchaseId
The field of an external purchase token that uniquely identifies the token.- Returns:
 - externalPurchaseId
 - See Also:
 
 - 
setExternalPurchaseId
 - 
tokenCreationDate
 - 
getTokenCreationDate
The field of an external purchase token that contains the UNIX date, in milliseconds, when the system created the token.- Returns:
 - tokenCreationDate
 - See Also:
 
 - 
setTokenCreationDate
 - 
appAppleId
 - 
getAppAppleId
The unique identifier of an app in the App Store.- Returns:
 - appAppleId
 - See Also:
 
 - 
setAppAppleId
 - 
bundleId
 - 
getBundleId
The bundle identifier of an app.- Returns:
 - bundleId
 - See Also:
 
 - 
setBundleId
 - 
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
 
 -