Interface DonationAlertsCustomAlertJson

Represents a Donation Alerts custom alert as a plain JavaScript object.

interface DonationAlertsCustomAlertJson {
    creationDate: Date;
    externalId: null | string;
    header: null | string;
    id: number;
    imageUrl: null | string;
    isShown: boolean;
    message: null | string;
    showDate: null | Date;
    soundUrl: null | string;
}

Properties

creationDate: Date
externalId: null | string
header: null | string
id: number
imageUrl: null | string
isShown: boolean
message: null | string
showDate: null | Date
soundUrl: null | string