Preparing search index...
The search index is not available
Donation Alerts - v4.0.0
Donation Alerts
api
DonationAlertsMerchandiseSaleJson
Interface DonationAlertsMerchandiseSaleJson
Represents Donation Alerts merchandise sale alert as a plain JavaScript object.
interface
DonationAlertsMerchandiseSaleJson
{
amount
:
number
;
boughtAmount
:
number
;
creationDate
:
Date
;
currency
:
DonationAlertsOutputCurrency
;
externalId
:
string
;
id
:
number
;
isShown
:
boolean
;
message
:
null
|
string
;
name
:
string
;
showDate
:
null
|
Date
;
username
:
null
|
string
;
}
Index
Properties
amount
bought
Amount
creation
Date
currency
external
Id
id
is
Shown
message
name
show
Date
username
Properties
amount
amount
:
number
bought
Amount
boughtAmount
:
number
creation
Date
creationDate
:
Date
currency
currency
:
DonationAlertsOutputCurrency
external
Id
externalId
:
string
id
id
:
number
is
Shown
isShown
:
boolean
message
message
:
null
|
string
name
name
:
string
show
Date
showDate
:
null
|
Date
username
username
:
null
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
bought
Amount
creation
Date
currency
external
Id
id
is
Shown
message
name
show
Date
username
Donation Alerts - v4.0.0
Loading...
Represents Donation Alerts merchandise sale alert as a plain JavaScript object.