Interface DonationAlertsSendMerchandiseSaleAlertData

Send sale alert data.

Hierarchy

  • DonationAlertsSendMerchandiseSaleAlertData

Properties

amount: number

Grand total of the sale.

boughtAmount?: number

Total number of bought items. Defaults to 1.

currency: string

One of the available currencies of merchandise sale indicating the currency of amount.

externalId: string

Up to 32 characters long unique sale ID generated by the developer.

merchandiseIdentifier: string

Merchant's merchandise ID which was bought by the customer.

merchantIdentifier: string

Merchant's ID on DonationAlerts.

message?: string

The message sent by the customer while purchasing the merchandise.

username?: string

The name of the customer.

Generated using TypeDoc