Google Apps Script API
    Preparing search index...
    interface OrderLegacyPromotionBenefit {
        discount?: Price;
        offerIds?: string[];
        subType?: string;
        taxImpact?: Price;
        type?: string;
    }
    Index

    Properties

    discount?: Price
    offerIds?: string[]
    subType?: string
    taxImpact?: Price
    type?: string