The currency used for merchandise prices.
The currency code as a string.
Unique merchandise ID on Donation Alerts.
Information about the merchant associated with the merchandise.
An instance of DonationAlertsMerchandiseMerchant containing merchant details.
Merchandise titles in different locales.
A DonationAlertsMerchandiseTitleData object containing localized titles for the merchandise as values.
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 Donation Alerts merchandise.
Remarks
This class provides detailed information about Donation Alerts merchandise items, such as the associated merchant, pricing details, availability status, and localized titles. It parses and exposes raw data provided by the Donation Alerts API for ease of use.