Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateStoreItemParams

Hierarchy

  • UpdateStoreItemParams

Index

Properties

appId: string

The ID of the app.

itemName: string

The name of the item.

maxPurchasePerUser?: number

The limit of item purchase per user.

price?: string

The price of store item to be set.

quantity?: number

The quantity of store item to be increase or decrease.

saleEndAt?: number

The timestamp when items end selling in the store.

saleStartAt?: number

The timestamp when items start selling in the store.

The status of the store item to be set.

storeId: string

The ID of the store.

Generated using TypeDoc