public class PurchasedEnvelopesInformation extends Object
| Constructor and Description |
|---|
PurchasedEnvelopesInformation() |
| Modifier and Type | Method and Description |
|---|---|
PurchasedEnvelopesInformation |
amount(String amount) |
PurchasedEnvelopesInformation |
appName(String appName) |
PurchasedEnvelopesInformation |
currencyCode(String currencyCode) |
boolean |
equals(Object o) |
String |
getAmount()
The total amount of the purchase.
|
String |
getAppName()
The AppName of the client application.
|
String |
getCurrencyCode()
Specifies the ISO currency code of the purchase.
|
String |
getPlatform()
The Platform of the client application
|
String |
getProductId()
The Product ID from the AppStore.
|
String |
getQuantity()
The quantity of envelopes to add to the account.
|
String |
getReceiptData()
The encrypted Base64 encoded receipt data.
|
String |
getStoreName()
The name of the AppStore.
|
String |
getTransactionId()
Specifies the Transaction ID from the AppStore.
|
int |
hashCode() |
PurchasedEnvelopesInformation |
platform(String platform) |
PurchasedEnvelopesInformation |
productId(String productId) |
PurchasedEnvelopesInformation |
quantity(String quantity) |
PurchasedEnvelopesInformation |
receiptData(String receiptData) |
void |
setAmount(String amount) |
void |
setAppName(String appName) |
void |
setCurrencyCode(String currencyCode) |
void |
setPlatform(String platform) |
void |
setProductId(String productId) |
void |
setQuantity(String quantity) |
void |
setReceiptData(String receiptData) |
void |
setStoreName(String storeName) |
void |
setTransactionId(String transactionId) |
PurchasedEnvelopesInformation |
storeName(String storeName) |
String |
toString() |
PurchasedEnvelopesInformation |
transactionId(String transactionId) |
public PurchasedEnvelopesInformation amount(String amount)
public String getAmount()
public void setAmount(String amount)
public PurchasedEnvelopesInformation appName(String appName)
public String getAppName()
public void setAppName(String appName)
public PurchasedEnvelopesInformation currencyCode(String currencyCode)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public PurchasedEnvelopesInformation platform(String platform)
public String getPlatform()
public void setPlatform(String platform)
public PurchasedEnvelopesInformation productId(String productId)
public String getProductId()
public void setProductId(String productId)
public PurchasedEnvelopesInformation quantity(String quantity)
public String getQuantity()
public void setQuantity(String quantity)
public PurchasedEnvelopesInformation receiptData(String receiptData)
public String getReceiptData()
public void setReceiptData(String receiptData)
public PurchasedEnvelopesInformation storeName(String storeName)
public String getStoreName()
public void setStoreName(String storeName)
public PurchasedEnvelopesInformation transactionId(String transactionId)
public String getTransactionId()
public void setTransactionId(String transactionId)
Copyright © 2020. All rights reserved.