Preparing search index...
The search index is not available
Donation Alerts - v4.0.0
Donation Alerts
events
DonationAlertsGoalUpdateEventJson
Interface DonationAlertsGoalUpdateEventJson
Represents a goal update event from Donation Alerts as a plain JavaScript object.
interface
DonationAlertsGoalUpdateEventJson
{
currency
:
DonationAlertsInputCurrency
;
expiryDate
:
null
|
Date
;
goalAmount
:
number
;
id
:
number
;
isActive
:
boolean
;
raisedAmount
:
number
;
startAmount
:
number
;
startDate
:
Date
;
title
:
string
;
}
Index
Properties
currency
expiry
Date
goal
Amount
id
is
Active
raised
Amount
start
Amount
start
Date
title
Properties
currency
currency
:
DonationAlertsInputCurrency
expiry
Date
expiryDate
:
null
|
Date
goal
Amount
goalAmount
:
number
id
id
:
number
is
Active
isActive
:
boolean
raised
Amount
raisedAmount
:
number
start
Amount
startAmount
:
number
start
Date
startDate
:
Date
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
currency
expiry
Date
goal
Amount
id
is
Active
raised
Amount
start
Amount
start
Date
title
Donation Alerts - v4.0.0
Loading...
Represents a goal update event from Donation Alerts as a plain JavaScript object.