Package com.apple.itunes.storekit.model
Class RefundHistoryResponse
java.lang.Object
com.apple.itunes.storekit.model.RefundHistoryResponse
A response that contains an array of signed JSON Web Signature (JWS) refunded transactions, and paging information.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddSignedTransactionsItem
(String signedTransactionsItem) boolean
A Boolean value indicating whether the App Store has more transaction data.A token you use in a query to request the next set of transactions for the customer.A list of up to 20 JWS transactions, or an empty array if the customer hasn't received any refunds in your app.Fields that are not recognized for this objectint
hashCode()
void
setHasMore
(Boolean hasMore) void
setRevision
(String revision) void
setSignedTransactions
(List<String> signedTransactions) void
setUnknownFields
(Map<String, Object> unknownFields) signedTransactions
(List<String> signedTransactions) toString()
unknownFields
(Map<String, Object> unknownFields)
-
Constructor Details
-
RefundHistoryResponse
public RefundHistoryResponse()
-
-
Method Details
-
signedTransactions
-
addSignedTransactionsItem
-
getSignedTransactions
A list of up to 20 JWS transactions, or an empty array if the customer hasn't received any refunds in your app. The transactions are sorted in ascending order by revocationDate.- Returns:
- signedTransactions
- See Also:
-
setSignedTransactions
-
revision
-
getRevision
A token you use in a query to request the next set of transactions for the customer.- Returns:
- revision
- See Also:
-
setRevision
-
hasMore
-
getHasMore
A Boolean value indicating whether the App Store has more transaction data.- Returns:
- hasMore
- See Also:
-
setHasMore
-
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
-