@playlive/tiltify-core
Preparing search index...
TiltifyAuctionHouse
Interface TiltifyAuctionHouse
An auction house — a container of biddable items attached to a campaign/event/cause.
interface
TiltifyAuctionHouse
{
amount_raised
:
TiltifyAmount
|
null
;
avatar
:
TiltifyImage
|
null
;
banner
:
TiltifyImage
|
null
;
campaign_id
:
string
|
null
;
cause_id
:
string
;
description
:
string
|
null
;
fundraising_event_id
:
string
|
null
;
id
:
string
;
inserted_at
:
string
;
name
:
string
;
pledged_amount_raised
:
TiltifyAmount
|
null
;
pledged_total_amount_raised
:
TiltifyAmount
|
null
;
published_at
:
string
|
null
;
retired_at
:
string
|
null
;
slug
:
string
;
status
:
TiltifyAuctionHouseStatus
;
team_event_id
:
string
|
null
;
total_amount_raised
:
TiltifyAmount
|
null
;
updated_at
:
string
;
url
:
string
;
user_id
:
string
;
}
Index
Properties
amount_
raised
avatar
banner
campaign_
id
cause_
id
description
fundraising_
event_
id
id
inserted_
at
name
pledged_
amount_
raised
pledged_
total_
amount_
raised
published_
at
retired_
at
slug
status
team_
event_
id
total_
amount_
raised
updated_
at
url
user_
id
Properties
amount_
raised
amount_raised
:
TiltifyAmount
|
null
avatar
avatar
:
TiltifyImage
|
null
banner
banner
:
TiltifyImage
|
null
campaign_
id
campaign_id
:
string
|
null
cause_
id
cause_id
:
string
description
description
:
string
|
null
fundraising_
event_
id
fundraising_event_id
:
string
|
null
id
id
:
string
inserted_
at
inserted_at
:
string
name
name
:
string
pledged_
amount_
raised
pledged_amount_raised
:
TiltifyAmount
|
null
pledged_
total_
amount_
raised
pledged_total_amount_raised
:
TiltifyAmount
|
null
published_
at
published_at
:
string
|
null
retired_
at
retired_at
:
string
|
null
slug
slug
:
string
status
status
:
TiltifyAuctionHouseStatus
team_
event_
id
team_event_id
:
string
|
null
total_
amount_
raised
total_amount_raised
:
TiltifyAmount
|
null
updated_
at
updated_at
:
string
url
url
:
string
user_
id
user_id
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount_
raised
avatar
banner
campaign_
id
cause_
id
description
fundraising_
event_
id
id
inserted_
at
name
pledged_
amount_
raised
pledged_
total_
amount_
raised
published_
at
retired_
at
slug
status
team_
event_
id
total_
amount_
raised
updated_
at
url
user_
id
@playlive/tiltify-core
Loading...
An auction house — a container of biddable items attached to a campaign/event/cause.