beamable-sdk / schema / InventoryUpdateRequest
Type Alias: InventoryUpdateRequest¶
InventoryUpdateRequest =
object
Defined in: src/__generated__/schemas/InventoryUpdateRequest.ts:11
Properties¶
applyVipBonus?¶
optionalapplyVipBonus:boolean
Defined in: src/__generated__/schemas/InventoryUpdateRequest.ts:12
currencies?¶
optionalcurrencies:Record<string,bigint|string>
Defined in: src/__generated__/schemas/InventoryUpdateRequest.ts:13
currencyProperties?¶
optionalcurrencyProperties:Record<string,CurrencyProperty[]>
Defined in: src/__generated__/schemas/InventoryUpdateRequest.ts:14
deleteItems?¶
optionaldeleteItems:ItemDeleteRequest[]
Defined in: src/__generated__/schemas/InventoryUpdateRequest.ts:15
newItems?¶
optionalnewItems:ItemCreateRequest[]
Defined in: src/__generated__/schemas/InventoryUpdateRequest.ts:16
transaction?¶
optionaltransaction:string
Defined in: src/__generated__/schemas/InventoryUpdateRequest.ts:17
updateItems?¶
optionalupdateItems:ItemUpdateRequest[]
Defined in: src/__generated__/schemas/InventoryUpdateRequest.ts:18