Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RegisterItemParams

Hierarchy

  • RegisterItemParams

Index

Properties

appId: string

The ID of the app.

currency: string

The currency used to purchase the item.

itemName: string

The name of the item.

maxPurchasePerUser?: number

The limit of item purchase per user.

price: number

The price of the item in the store.

quantity: number

The quantity of to add to the store.

saleEndAt?: number

The timestamp when the sale ends.

saleStartAt?: number

The timestamp when the sale starts.

seller: string

The ID of user who sells an item.

storeId: string

The ID of the store for sale.

Generated using TypeDoc