tickera-angular-components 0.0.1-dev.200 → 0.0.1-dev.201
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -4498,11 +4498,14 @@ declare class ConfirmationOrderModalComponent {
|
|
|
4498
4498
|
service_fee_exempt: boolean;
|
|
4499
4499
|
} | null;
|
|
4500
4500
|
/**
|
|
4501
|
-
*
|
|
4502
|
-
*
|
|
4503
|
-
*
|
|
4501
|
+
* Monto real del descuento en pesos ya calculado (aplica el % si el
|
|
4502
|
+
* cupón/VIP/abono es porcentual, o el valor fijo si no lo es) sobre el
|
|
4503
|
+
* subtotal de boletas. Se usa para TODAS las fuentes de descuento en el
|
|
4504
|
+
* modal: mostrar `coupon.discount_value` crudo era incorrecto para un
|
|
4505
|
+
* cupón porcentual (mostraba "10%" como si fueran "$10").
|
|
4504
4506
|
*/
|
|
4505
|
-
get
|
|
4507
|
+
get discountAmount(): number;
|
|
4508
|
+
get isPercentageDiscount(): boolean;
|
|
4506
4509
|
get rawServiceFee(): number;
|
|
4507
4510
|
get isServiceFeeExempt(): boolean;
|
|
4508
4511
|
onClose(): void;
|