@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()
public void setAmount(String amount)
public String getAppName()
public void setAppName(String appName)
public String getCurrencyCode()
public void setCurrencyCode(String currencyCode)
public String getPlatform()
public void setPlatform(String platform)
public String getProductId()
public void setProductId(String productId)
public String getQuantity()
public void setQuantity(String quantity)
public String getReceiptData()
public void setReceiptData(String receiptData)
public String getStoreName()
public void setStoreName(String storeName)
public String getTransactionId()
public void setTransactionId(String transactionId)
Copyright © 2017. All rights reserved.