@playlive/tiltify-core
Preparing search index...
TiltifyAuctionItem
Interface TiltifyAuctionItem
A biddable item inside an auction house.
interface
TiltifyAuctionItem
{
activated_at
:
string
|
null
;
completed_at
:
string
|
null
;
description
:
string
|
null
;
ends_at
:
string
|
null
;
fair_market_value
:
TiltifyAmount
|
null
;
id
:
string
;
images
:
TiltifyImage
[]
;
inserted_at
:
string
;
legal
:
string
|
null
;
name
:
string
;
rules
:
string
|
null
;
short_description
:
string
|
null
;
starting_bid
:
TiltifyAmount
|
null
;
starts_at
:
string
|
null
;
status
:
TiltifyAuctionItemStatus
;
}
Index
Properties
activated_
at
completed_
at
description
ends_
at
fair_
market_
value
id
images
inserted_
at
legal
name
rules
short_
description
starting_
bid
starts_
at
status
Properties
activated_
at
activated_at
:
string
|
null
completed_
at
completed_at
:
string
|
null
description
description
:
string
|
null
ends_
at
ends_at
:
string
|
null
fair_
market_
value
fair_market_value
:
TiltifyAmount
|
null
id
id
:
string
images
images
:
TiltifyImage
[]
inserted_
at
inserted_at
:
string
legal
legal
:
string
|
null
name
name
:
string
rules
rules
:
string
|
null
short_
description
short_description
:
string
|
null
starting_
bid
starting_bid
:
TiltifyAmount
|
null
starts_
at
starts_at
:
string
|
null
status
status
:
TiltifyAuctionItemStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
activated_
at
completed_
at
description
ends_
at
fair_
market_
value
id
images
inserted_
at
legal
name
rules
short_
description
starting_
bid
starts_
at
status
@playlive/tiltify-core
Loading...
A biddable item inside an auction house.