Package com.apple.itunes.storekit.model
Class TransactionInfoResponse
java.lang.Object
com.apple.itunes.storekit.model.TransactionInfoResponse
A response that contains signed transaction information for a single transaction.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
A customer’s in-app purchase transaction, signed by Apple, in JSON Web Signature (JWS) format.Fields that are not recognized for this objectint
hashCode()
void
setSignedTransactionInfo
(String signedTransactionInfo) void
setUnknownFields
(Map<String, Object> unknownFields) signedTransactionInfo
(String signedTransactionInfo) toString()
unknownFields
(Map<String, Object> unknownFields)
-
Constructor Details
-
TransactionInfoResponse
public TransactionInfoResponse()
-
-
Method Details
-
signedTransactionInfo
-
getSignedTransactionInfo
A customer’s in-app purchase transaction, signed by Apple, in JSON Web Signature (JWS) format.- Returns:
- signedTransactionInfo
- See Also:
-
setSignedTransactionInfo
-
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
-