Interface DonationAlertsMerchandiseMerchantJson

Represents merchant information as a plain JavaScriptObject.

interface DonationAlertsMerchandiseMerchantJson {
    identifier: string;
    name: string;
}

Properties

Properties

identifier: string
name: string