Class PurchasedEnvelopesInformation


  • public class PurchasedEnvelopesInformation
    extends Object
    PurchasedEnvelopesInformation.
    • Constructor Detail

      • PurchasedEnvelopesInformation

        public PurchasedEnvelopesInformation()
    • Method Detail

      • getAmount

        public String getAmount()
        The total amount of the purchase..
        Returns:
        amount
      • setAmount

        public void setAmount​(String amount)
        setAmount.
      • getAppName

        public String getAppName()
        The AppName of the client application..
        Returns:
        appName
      • setAppName

        public void setAppName​(String appName)
        setAppName.
      • getCurrencyCode

        public String getCurrencyCode()
        Specifies the ISO currency code of the purchase. This is based on the ISO 4217 currency code information..
        Returns:
        currencyCode
      • setCurrencyCode

        public void setCurrencyCode​(String currencyCode)
        setCurrencyCode.
      • getPlatform

        public String getPlatform()
        The Platform of the client application.
        Returns:
        platform
      • setPlatform

        public void setPlatform​(String platform)
        setPlatform.
      • getProductId

        public String getProductId()
        The Product ID from the AppStore..
        Returns:
        productId
      • setProductId

        public void setProductId​(String productId)
        setProductId.
      • getQuantity

        public String getQuantity()
        The quantity of envelopes to add to the account..
        Returns:
        quantity
      • setQuantity

        public void setQuantity​(String quantity)
        setQuantity.
      • getReceiptData

        public String getReceiptData()
        The encrypted Base64 encoded receipt data..
        Returns:
        receiptData
      • setReceiptData

        public void setReceiptData​(String receiptData)
        setReceiptData.
      • getStoreName

        public String getStoreName()
        The name of the AppStore..
        Returns:
        storeName
      • setStoreName

        public void setStoreName​(String storeName)
        setStoreName.
      • getTransactionId

        public String getTransactionId()
        Specifies the Transaction ID from the AppStore..
        Returns:
        transactionId
      • setTransactionId

        public void setTransactionId​(String transactionId)
        setTransactionId.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object