module:model/PurchasedEnvelopesInformation

module:model/PurchasedEnvelopesInformation

new module:model/PurchasedEnvelopesInformation()

Source:

Constructs a new PurchasedEnvelopesInformation.

Members

(inner) amount :String

Source:

The total amount of the purchase.

Type:
  • String

(inner) appName :String

Source:

The AppName of the client application.

Type:
  • String

(inner) currencyCode :String

Source:

Specifies the ISO currency code of the purchase. This is based on the ISO 4217 currency code information.

Type:
  • String

(inner) platform :String

Source:

The Platform of the client application

Type:
  • String

(inner) productId :String

Source:

The Product ID from the AppStore.

Type:
  • String

(inner) quantity :String

Source:

The quantity of envelopes to add to the account.

Type:
  • String

(inner) receiptData :String

Source:

The encrypted Base64 encoded receipt data.

Type:
  • String

(inner) storeName :String

Source:

The name of the AppStore.

Type:
  • String

(inner) transactionId :String

Source:

Specifies the Transaction ID from the AppStore.

Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/PurchasedEnvelopesInformation}

Source:

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.

Type
module:model/PurchasedEnvelopesInformation