@finverse/sdk-typescript 0.0.327 → 0.0.329
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/dist/api.d.ts +6 -18
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -542,30 +542,12 @@ export interface AvailablePaymentMethod {
|
|
|
542
542
|
* @memberof AvailablePaymentMethod
|
|
543
543
|
*/
|
|
544
544
|
payment_account_id?: string;
|
|
545
|
-
/**
|
|
546
|
-
*
|
|
547
|
-
* @type {string}
|
|
548
|
-
* @memberof AvailablePaymentMethod
|
|
549
|
-
*/
|
|
550
|
-
title?: string;
|
|
551
|
-
/**
|
|
552
|
-
*
|
|
553
|
-
* @type {string}
|
|
554
|
-
* @memberof AvailablePaymentMethod
|
|
555
|
-
*/
|
|
556
|
-
description?: string;
|
|
557
545
|
/**
|
|
558
546
|
* The payment method type, possible values CARD, MANDATE and MANUAL
|
|
559
547
|
* @type {string}
|
|
560
548
|
* @memberof AvailablePaymentMethod
|
|
561
549
|
*/
|
|
562
550
|
payment_method_type?: string;
|
|
563
|
-
/**
|
|
564
|
-
* The payment method subtype
|
|
565
|
-
* @type {string}
|
|
566
|
-
* @memberof AvailablePaymentMethod
|
|
567
|
-
*/
|
|
568
|
-
payment_method_subtype?: string;
|
|
569
551
|
/**
|
|
570
552
|
*
|
|
571
553
|
* @type {boolean}
|
|
@@ -578,6 +560,12 @@ export interface AvailablePaymentMethod {
|
|
|
578
560
|
* @memberof AvailablePaymentMethod
|
|
579
561
|
*/
|
|
580
562
|
fee?: string;
|
|
563
|
+
/**
|
|
564
|
+
*
|
|
565
|
+
* @type {string}
|
|
566
|
+
* @memberof AvailablePaymentMethod
|
|
567
|
+
*/
|
|
568
|
+
payment_method_provider?: string;
|
|
581
569
|
}
|
|
582
570
|
/**
|
|
583
571
|
*
|