new module:model/PurchasedEnvelopesInformation()
Constructs a new PurchasedEnvelopesInformation
.
Members
(inner) amount :String
The total amount of the purchase.
Type:
- String
(inner) appName :String
The AppName of the client application.
Type:
- String
(inner) currencyCode :String
Specifies the ISO currency code of the purchase. This is based on the ISO 4217 currency code information.
Type:
- String
(inner) platform :String
The Platform of the client application
Type:
- String
(inner) productId :String
The Product ID from the AppStore.
Type:
- String
(inner) quantity :String
The quantity of envelopes to add to the account.
Type:
- String
(inner) receiptData :String
The encrypted Base64 encoded receipt data.
Type:
- String
(inner) storeName :String
The name of the AppStore.
Type:
- String
(inner) transactionId :String
Specifies the Transaction ID from the AppStore.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/PurchasedEnvelopesInformation}
Constructs a PurchasedEnvelopesInformation
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/PurchasedEnvelopesInformation | Optional instance to populate. |
Returns:
The populated PurchasedEnvelopesInformation
instance.