The currency in which the goal is measured.
The target or goal amount for the donation.
The unique identifier for the donation goal.
Indicates whether the donation goal is currently active.
true
if the goal is active, otherwise false
.
The date and time when the donation goal was started.
A Date
object representing the start time of the goal.
The title or name of the donation goal.
Serializes the instance into a plain JavaScript object.
This method is automatically invoked when the instance is passed to JSON.stringify()
.
In Node.js, it's also used when the instance is logged via console.log()
(via the util.inspect
mechanism).
Represents a goal update event from Donation Alerts.
Remarks
This object provides structured access to the properties of a donation goal, including its current state, progress, and relevant timestamps.