@yuno-payments/dashboard-api-mfe 0.42.2 → 0.42.3-beta.1
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.
|
@@ -157,6 +157,7 @@ export interface InsightsChargebacksByCardBrand {
|
|
|
157
157
|
card_brand: string;
|
|
158
158
|
total_payments: number;
|
|
159
159
|
total_amount: number;
|
|
160
|
+
total_amount_chargeback: number;
|
|
160
161
|
total_payments_succeeded: number;
|
|
161
162
|
total_chargeback: number;
|
|
162
163
|
chargeback_rate: number;
|
|
@@ -157,6 +157,7 @@ export interface InsightsChargebacksByCardBrand {
|
|
|
157
157
|
card_brand: string;
|
|
158
158
|
total_payments: number;
|
|
159
159
|
total_amount: number;
|
|
160
|
+
total_amount_chargeback: number;
|
|
160
161
|
total_payments_succeeded: number;
|
|
161
162
|
total_chargeback: number;
|
|
162
163
|
chargeback_rate: number;
|
package/build/index.d.ts
CHANGED
|
@@ -2694,6 +2694,7 @@ interface InsightsChargebacksByCardBrand {
|
|
|
2694
2694
|
card_brand: string;
|
|
2695
2695
|
total_payments: number;
|
|
2696
2696
|
total_amount: number;
|
|
2697
|
+
total_amount_chargeback: number;
|
|
2697
2698
|
total_payments_succeeded: number;
|
|
2698
2699
|
total_chargeback: number;
|
|
2699
2700
|
chargeback_rate: number;
|