The discount funding on the offer.

DiscountFunding

interface DiscountFunding {
    percentage?: Set<number>;
}

Properties

Properties

percentage?: Set<number>

Filters the results to only include offers with the percentage specified.

DiscountFunding