Difference between revisions of "PurchaseResponse"
Jump to navigation
Jump to search
(Created page with "{{Api_DataType_Spec |Description=Purchase Response is an object that represent the purchase when a device has been create a purchase for an user. |Members= {{{!}} border="2"...") |
|||
| Line 13: | Line 13: | ||
! Product | ! Product | ||
| − | {{!}} | + | {{!}} [[UserProduct]] |
{{!}} | {{!}} | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
! RedirectURL | ! RedirectURL | ||
| − | {{!}} | + | {{!}} String |
{{!}} | {{!}} | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
! TransactionID | ! TransactionID | ||
| − | {{!}} | + | {{!}} String |
{{!}} | {{!}} | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
! TransactionStatus | ! TransactionStatus | ||
| − | {{!}} | + | {{!}} [[PurchaseStatus]] |
{{!}} | {{!}} | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
Latest revision as of 19:09, 11 September 2014
Purchase Response is an object that represent the purchase when a device has been create a purchase for an user.
Members
| Field | Data Type | Description |
|---|---|---|
| Product | UserProduct | |
| RedirectURL | String | |
| TransactionID | String | |
| TransactionStatus | PurchaseStatus |
Example
{
:
}
Known issues
None
Version history
| API Version Number | Change description | Changes author |
|---|---|---|
| 1.0 | Initial data type implementation | Harley Cabral |