@fiado/type-kit 3.3.0 → 3.4.0
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.
|
@@ -15,4 +15,10 @@ export declare class CreditOfferOptionItem {
|
|
|
15
15
|
cat?: number;
|
|
16
16
|
/** Fecha del primer pago (ISO, 7 dias desde la originacion). */
|
|
17
17
|
first_payment_date?: string;
|
|
18
|
+
/** Monto solicitado por el cliente (lo que recibe). */
|
|
19
|
+
requested_amount_mxn?: number;
|
|
20
|
+
/** Principal financiado (amount + fee + fee_iva si financed). */
|
|
21
|
+
financed_amount_mxn?: number;
|
|
22
|
+
/** IVA sobre la comision de apertura. */
|
|
23
|
+
opening_fee_iva_mxn?: number;
|
|
18
24
|
}
|
package/package.json
CHANGED
|
@@ -15,4 +15,10 @@ export class CreditOfferOptionItem {
|
|
|
15
15
|
cat?: number;
|
|
16
16
|
/** Fecha del primer pago (ISO, 7 dias desde la originacion). */
|
|
17
17
|
first_payment_date?: string;
|
|
18
|
+
/** Monto solicitado por el cliente (lo que recibe). */
|
|
19
|
+
requested_amount_mxn?: number;
|
|
20
|
+
/** Principal financiado (amount + fee + fee_iva si financed). */
|
|
21
|
+
financed_amount_mxn?: number;
|
|
22
|
+
/** IVA sobre la comision de apertura. */
|
|
23
|
+
opening_fee_iva_mxn?: number;
|
|
18
24
|
}
|