AppliedDiscount
Discount model.
interface AppliedDiscount {
discounted_amount?: number;
id?: number;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
discounted_amount | Optional | number | The discounted amount. |
id | Optional | number | ID of the applied discount. |