Class HistoryResponse

java.lang.Object
com.apple.itunes.storekit.model.HistoryResponse

public class HistoryResponse extends Object
A response that contains the customer’s transaction history for an app.
See Also:
  • Constructor Details

    • HistoryResponse

      public HistoryResponse()
  • Method Details

    • revision

      public HistoryResponse revision(String revision)
    • getRevision

      public String getRevision()
      A token you use in a query to request the next set of transactions for the customer.
      Returns:
      revision
      See Also:
    • setRevision

      public void setRevision(String revision)
    • hasMore

      public HistoryResponse hasMore(Boolean hasMore)
    • getHasMore

      public Boolean getHasMore()
      A Boolean value indicating whether the App Store has more transaction data.
      Returns:
      hasMore
      See Also:
    • setHasMore

      public void setHasMore(Boolean hasMore)
    • bundleId

      public HistoryResponse bundleId(String bundleId)
    • getBundleId

      public String getBundleId()
      The bundle identifier of an app.
      Returns:
      bundleId
      See Also:
    • setBundleId

      public void setBundleId(String bundleId)
    • appAppleId

      public HistoryResponse appAppleId(Long appAppleId)
    • getAppAppleId

      public Long getAppAppleId()
      The unique identifier of an app in the App Store.
      Returns:
      appAppleId
      See Also:
    • setAppAppleId

      public void setAppAppleId(Long appAppleId)
    • environment

      public HistoryResponse environment(Environment environment)
    • getEnvironment

      public Environment getEnvironment()
      The server environment in which you’re making the request, whether sandbox or production.
      Returns:
      environment
      See Also:
    • getRawEnvironment

      public String getRawEnvironment()
      See Also:
    • setEnvironment

      public void setEnvironment(Environment environment)
    • setRawEnvironment

      public void setRawEnvironment(String rawEnvironment)
    • signedTransactions

      public HistoryResponse signedTransactions(List<String> signedTransactions)
    • addSignedTransactionsItem

      public HistoryResponse addSignedTransactionsItem(String signedTransactionsItem)
    • getSignedTransactions

      public List<String> getSignedTransactions()
      An array of in-app purchase transactions for the customer, signed by Apple, in JSON Web Signature format.
      Returns:
      signedTransactions
      See Also:
    • setSignedTransactions

      public void setSignedTransactions(List<String> signedTransactions)
    • unknownFields

      public HistoryResponse unknownFields(Map<String,Object> unknownFields)
    • getUnknownFields

      public Map<String,Object> getUnknownFields()
      Fields that are not recognized for this object
      Returns:
      A map of JSON keys to objects
    • setUnknownFields

      public void setUnknownFields(Map<String,Object> unknownFields)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object