Adobe DPS - Reading SDK 2.32

Class adobeDPS-Receipt

Extends:
adobeDPS-Receipt -> adobeDPS-Class
Platforms:
iOS

An object that wraps a broker receipt.

Constructor

adobeDPS-Receipt(broker:String, productId:String, token:String)
[inner] Create a Receipt object.

Fields

Field Defined By
broker : String
The broker that this receipt was issued by.
Receipt
productId : String
The productId that this receipt is associated with.
Receipt
token : String
The validation token for this receipt.
Receipt
isSubscription : Boolean
Whether this receipt is a subscription receipt.
Receipt

Methods

Method Defined By
Inherited from adobeDPS-Class
Gets the string representation of this instance.
Class Detail
adobeDPS-Receipt(broker:String, productId:String, token:String)
[inner] Create a Receipt object.
Parameters
broker String The broker that this receipt is from.
productId String The productId that this receipt is associated with.
token String The receipt token, which is used to validate the receipt.
Field Details
broker : String
The broker that this receipt was issued by.
Platforms:
iOS
productId : String
The productId that this receipt is associated with.
Platforms:
iOS
token : String
The validation token for this receipt.
Platforms:
iOS
isSubscription : Boolean
Whether this receipt is a subscription receipt.
Platforms:
iOS
©2012-2013 Adobe Systems, inc
Documentation generated by JsDoc Toolkit 2.4.0 on Mon Aug 31 2015 09:23:40 GMT-0700 (PDT)