Package com.apple.itunes.storekit.model
Class OrderLookupResponse
java.lang.Object
com.apple.itunes.storekit.model.OrderLookupResponse
A response that includes the order lookup status and an array of signed transactions for the in-app purchases in the order.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddSignedTransactionsItem
(String signedTransactionsItem) boolean
An array of in-app purchase transactions that are part of order, signed by Apple, in JSON Web Signature format.The status that indicates whether the order ID is valid.Fields that are not recognized for this objectint
hashCode()
void
setRawStatus
(Integer rawStatus) void
setSignedTransactions
(List<String> signedTransactions) void
setStatus
(OrderLookupStatus status) void
setUnknownFields
(Map<String, Object> unknownFields) signedTransactions
(List<String> signedTransactions) status
(OrderLookupStatus status) toString()
unknownFields
(Map<String, Object> unknownFields)
-
Constructor Details
-
OrderLookupResponse
public OrderLookupResponse()
-
-
Method Details
-
status
-
getStatus
The status that indicates whether the order ID is valid.- Returns:
- status
- See Also:
-
getRawStatus
- See Also:
-
setStatus
-
setRawStatus
-
signedTransactions
-
addSignedTransactionsItem
-
getSignedTransactions
An array of in-app purchase transactions that are part of order, signed by Apple, in JSON Web Signature format.- Returns:
- signedTransactions
- See Also:
-
setSignedTransactions
-
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
-