Difference between revisions of "AccessReason"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
! ExpirationDate | ! ExpirationDate | ||
− | {{!}} | + | {{!}} long |
− | {{!}} | + | {{!}} A timestamp that represent a time what the permission to access will be expired. |
{{!}}- valign="top" | {{!}}- valign="top" | ||
! HaveMandatorySubscription | ! HaveMandatorySubscription | ||
− | {{!}} | + | {{!}} bool |
− | {{!}} | + | {{!}} Set if the user already has the Mandatory Subscription or not. The mandatory is a prerequisite to get access for the product. |
{{!}}- valign="top" | {{!}}- valign="top" | ||
! MandatorySubscriptionId | ! MandatorySubscriptionId | ||
− | {{!}} | + | {{!}} int |
− | {{!}} | + | {{!}} Represents what is the Mandatory Subscription for the currently instance. |
{{!}}- valign="top" | {{!}}- valign="top" | ||
Revision as of 20:42, 2 June 2014
Members
Field | Data Type | Description |
---|---|---|
ExpirationDate | long | A timestamp that represent a time what the permission to access will be expired. |
HaveMandatorySubscription | bool | Set if the user already has the Mandatory Subscription or not. The mandatory is a prerequisite to get access for the product. |
MandatorySubscriptionId | int | Represents what is the Mandatory Subscription for the currently instance. |
MandatorySubscriptionMessage | ||
MovieAccessReason | ||
PricingModel | ||
ProductId | ||
ProductTypeId | ||
PurchaseStatus | ||
RentalHoursLeft | ||
SourceProductId | String | |
SourceProductType |
Example
{
- "ID": 1
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation | Harley Cabral |