module:model/AppStoreReceipt

module:model/AppStoreReceipt

new module:model/AppStoreReceipt()

Source:

Constructs a new AppStoreReceipt.
Contains information about an APP store receipt.

Members

(inner) downgradeProductId :String

Source:
Type:
  • String

(inner) isDowngradeCancellation :String

Source:
Type:
  • String

(inner) productId :String

Source:
Type:
  • String

(inner) receiptData :String

Source:

Reserved: TBD

Type:
  • String

Methods

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

Source:

Constructs a AppStoreReceipt 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/AppStoreReceipt

Optional instance to populate.

Returns:

The populated AppStoreReceipt instance.

Type
module:model/AppStoreReceipt