Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Generic Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
data | DestinyVendorReceiptsComponent | |
privacy | ComponentPrivacySetting:Enum |
Example
{
// Type: DestinyVendorReceiptsComponent
"data": {
// Type: DestinyVendorReceipt[]
"receipts": [
// Type: DestinyVendorReceipt
{
// Type: DestinyItemQuantity[]
"currencyPaid": [
// Type: DestinyItemQuantity
{
// Type: Destiny.Definitions.DestinyInventoryItemDefinition:integer:uint32
"itemHash": 0,
// Type: integer:int64:nullable
"itemInstanceId": 0,
// Type: integer:int32
"quantity": 0
}
],
// Type: DestinyItemQuantity
"itemReceived": {},
// Type: integer:uint32
"licenseUnlockHash": 0,
// Type: integer:int64
"purchasedByCharacterId": 0,
// Type: DestinyVendorItemRefundPolicy:Enum
"refundPolicy": {},
// Type: integer:int32
"sequenceNumber": 0,
// Type: integer:int64
"timeToExpiration": 0,
// Type: string:date-time
"expiresOn": ""
}
]
},
// Type: ComponentPrivacySetting:Enum
"privacy": 0
}