Package com.apple.itunes.storekit.model
Class HistoryResponse
java.lang.Object
com.apple.itunes.storekit.model.HistoryResponse
A response that contains the customer’s transaction history for an app.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddSignedTransactionsItem
(String signedTransactionsItem) appAppleId
(Long appAppleId) environment
(Environment environment) boolean
The unique identifier of an app in the App Store.The bundle identifier of an app.The server environment in which you’re making the request, whether sandbox or production.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.An array of in-app purchase transactions for the customer, signed by Apple, in JSON Web Signature format.Fields that are not recognized for this objectint
hashCode()
void
setAppAppleId
(Long appAppleId) void
setBundleId
(String bundleId) void
setEnvironment
(Environment environment) void
setHasMore
(Boolean hasMore) void
setRawEnvironment
(String rawEnvironment) 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
-
HistoryResponse
public HistoryResponse()
-
-
Method Details
-
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
-
bundleId
-
getBundleId
The bundle identifier of an app.- Returns:
- bundleId
- See Also:
-
setBundleId
-
appAppleId
-
getAppAppleId
The unique identifier of an app in the App Store.- Returns:
- appAppleId
- See Also:
-
setAppAppleId
-
environment
-
getEnvironment
The server environment in which you’re making the request, whether sandbox or production.- Returns:
- environment
- See Also:
-
getRawEnvironment
- See Also:
-
setEnvironment
-
setRawEnvironment
-
signedTransactions
-
addSignedTransactionsItem
-
getSignedTransactions
An array of in-app purchase transactions for the customer, 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
-