PromoDiscountDetails
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| original | BigDecimal | Amount to be paid before promo is applied, used as base of calculation | [default to null] |
| applied | BigDecimal | Total amount after calculated promo is applied | [default to null] |
| total | BigDecimal | Calculated promo value deducted from original price | [default to null] |
| value | String | Base promo value, if promo type is amount_off this is Php 20.00 if type is percentage_off this is 20% | [default to null] |