Class adobeDPS-SubscriptionReceipt
- Extends:
- adobeDPS-SubscriptionReceipt -> adobeDPS-Receipt -> adobeDPS-Class
- Platforms:
- iOS
An object that wraps a broker subscription receipt.
Constructor
adobeDPS-SubscriptionReceipt(broker:String, productId:String, token:String, startDate:Date, endDate:Date)
[inner]
Create a new subscription receipt.
Fields
Field | Defined By | |
---|---|---|
startDate
: Date
The date the subscription period begins
|
SubscriptionReceipt
|
|
endDate
: Date
The date the subscription period ends
|
SubscriptionReceipt
|
|
broker
: String
The broker that this receipt was issued by.
|
||
productId
: String
The productId that this receipt is associated with.
|
||
token
: String
The validation token for this receipt.
|
||
isSubscription
: Boolean
Whether this receipt is a subscription receipt.
|
Methods
Method | Defined By | |
---|---|---|
contains(date:Date)
Whether the subscription period of this subscription receipt covers the date provided.
|
SubscriptionReceipt
|
|
toString()
Gets the string representation of this instance.
|
Class Detail
adobeDPS-SubscriptionReceipt(broker:String, productId:String, token:String, startDate:Date, endDate:Date)
[inner]
Create a new subscription receipt.
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. |
startDate | Date | The date the subscription begins |
endDate | Date | The date the subscription expires |
Field Details
startDate
: Date
The date the subscription period begins
- Platforms:
- iOS
endDate
: Date
The date the subscription period ends
- Platforms:
- iOS
Method Details
contains(date:Date)
: Boolean
Whether the subscription period of this subscription receipt covers the date provided.
Parameters | ||
---|---|---|
date | Date | The date to check if this subscription receipt covers |
- Returns:
- Boolean Whether the date is covered by this 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)
Documentation generated by JsDoc Toolkit 2.4.0 on Mon Aug 31 2015 09:23:40 GMT-0700 (PDT)