Preparing search index...
The search index is not available
Donation Alerts - v4.0.0
Donation Alerts
api
DonationAlertsDonationJson
Interface DonationAlertsDonationJson
Represents a donation received through Donation Alerts as a plain JavaScript object.
interface
DonationAlertsDonationJson
{
amount
:
number
;
creationDate
:
Date
;
currency
:
DonationAlertsOutputCurrency
;
id
:
number
;
isShown
:
boolean
;
message
:
string
;
messageType
:
DonationMessageType
;
name
:
"Donations"
;
showDate
:
null
|
Date
;
username
:
string
;
}
Index
Properties
amount
creation
Date
currency
id
is
Shown
message
message
Type
name
show
Date
username
Properties
amount
amount
:
number
creation
Date
creationDate
:
Date
currency
currency
:
DonationAlertsOutputCurrency
id
id
:
number
is
Shown
isShown
:
boolean
message
message
:
string
message
Type
messageType
:
DonationMessageType
name
name
:
"Donations"
show
Date
showDate
:
null
|
Date
username
username
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
creation
Date
currency
id
is
Shown
message
message
Type
name
show
Date
username
Donation Alerts - v4.0.0
Loading...
Represents a donation received through Donation Alerts as a plain JavaScript object.