@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class PurchasedEnvelopesInformation extends Object
| Constructor and Description |
|---|
PurchasedEnvelopesInformation() |
| Modifier and Type | Method and Description |
|---|---|
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() |
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) |
String |
toString() |
public String getAmount()
The total amount of the purchase.
public void setAmount(String amount)
public String getAppName()
The AppName of the client application.
public void setAppName(String appName)
public String getCurrencyCode()
Specifies the ISO currency code of the purchase. This is based on the ISO 4217 currency code information.
public void setCurrencyCode(String currencyCode)
public String getPlatform()
The Platform of the client application
public void setPlatform(String platform)
public String getProductId()
The Product ID from the AppStore.
public void setProductId(String productId)
public String getQuantity()
The quantity of envelopes to add to the account.
public void setQuantity(String quantity)
public String getReceiptData()
The encrypted Base64 encoded receipt data.
public void setReceiptData(String receiptData)
public String getStoreName()
The name of the AppStore.
public void setStoreName(String storeName)
public String getTransactionId()
Specifies the Transaction ID from the AppStore.
public void setTransactionId(String transactionId)
Copyright © 2017. All Rights Reserved.