Alokai

AppliedDiscount

Discount model.

interface AppliedDiscount {
	discounted_amount?: number;
	id?: number;
}

Properties

NameRequiredTypeDescription
discounted_amountOptionalnumberThe discounted amount.
idOptionalnumberID of the applied discount.

On this page