Interface InventoryRecord<TInventoryRecordXp, TAddressXp>

Type Parameters

  • TInventoryRecordXp = any

  • TAddressXp = any

Hierarchy

  • InventoryRecord

Properties

Address?: Address<TAddressXp>
AddressID: string
AllowAllBuyers?: boolean
ID?: string
LastUpdated?: string
OrderCanExceed?: boolean
OwnerID?: string
QuantityAvailable?: number
xp?: TInventoryRecordXp

Generated using TypeDoc