A promotional percentage discount applied to the offer.

OfferProgramConfigurationPromotionsDiscountFunding

interface OfferProgramConfigurationPromotionsDiscountFunding {
    percentage?: number;
}

Properties

Properties

percentage?: number

The percentage discount on the offer.

OfferProgramConfigurationPromotionsDiscountFunding