@playlive/tiltify-core
Preparing search index...
TiltifyDonationMatch
Interface TiltifyDonationMatch
A donation-match record (matching donor / window / amount).
interface
TiltifyDonationMatch
{
active
:
boolean
;
amount
:
TiltifyAmount
;
completed_at
:
string
|
null
;
donation_id
:
string
;
ends_at
:
string
;
id
:
string
;
inserted_at
:
string
;
match_type
:
"amount"
|
"all"
;
matched_by
:
string
;
pledged_amount
:
TiltifyAmount
|
null
;
started_at_amount
:
TiltifyAmount
|
null
;
starts_at
:
string
;
total_amount_raised
:
TiltifyAmount
|
null
;
updated_at
:
string
;
}
Index
Properties
active
amount
completed_
at
donation_
id
ends_
at
id
inserted_
at
match_
type
matched_
by
pledged_
amount
started_
at_
amount
starts_
at
total_
amount_
raised
updated_
at
Properties
active
active
:
boolean
amount
amount
:
TiltifyAmount
completed_
at
completed_at
:
string
|
null
donation_
id
donation_id
:
string
ends_
at
ends_at
:
string
id
id
:
string
inserted_
at
inserted_at
:
string
match_
type
match_type
:
"amount"
|
"all"
matched_
by
matched_by
:
string
pledged_
amount
pledged_amount
:
TiltifyAmount
|
null
started_
at_
amount
started_at_amount
:
TiltifyAmount
|
null
starts_
at
starts_at
:
string
total_
amount_
raised
total_amount_raised
:
TiltifyAmount
|
null
updated_
at
updated_at
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
amount
completed_
at
donation_
id
ends_
at
id
inserted_
at
match_
type
matched_
by
pledged_
amount
started_
at_
amount
starts_
at
total_
amount_
raised
updated_
at
@playlive/tiltify-core
Loading...
A donation-match record (matching donor / window / amount).