Google Apps Script API
    Preparing search index...
    interface OrderLegacyPromotion {
        benefits?: OrderLegacyPromotionBenefit[];
        effectiveDates?: string;
        genericRedemptionCode?: string;
        id?: string;
        longTitle?: string;
        productApplicability?: string;
        redemptionChannel?: string;
    }
    Index

    Properties

    effectiveDates?: string
    genericRedemptionCode?: string
    id?: string
    longTitle?: string
    productApplicability?: string
    redemptionChannel?: string