@finverse/sdk-typescript 0.0.327 → 0.0.328
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 +11 -5
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -561,23 +561,29 @@ export interface AvailablePaymentMethod {
|
|
|
561
561
|
*/
|
|
562
562
|
payment_method_type?: string;
|
|
563
563
|
/**
|
|
564
|
-
*
|
|
564
|
+
*
|
|
565
|
+
* @type {boolean}
|
|
566
|
+
* @memberof AvailablePaymentMethod
|
|
567
|
+
*/
|
|
568
|
+
recurring?: boolean;
|
|
569
|
+
/**
|
|
570
|
+
*
|
|
565
571
|
* @type {string}
|
|
566
572
|
* @memberof AvailablePaymentMethod
|
|
567
573
|
*/
|
|
568
|
-
|
|
574
|
+
fee?: string;
|
|
569
575
|
/**
|
|
570
576
|
*
|
|
571
|
-
* @type {
|
|
577
|
+
* @type {string}
|
|
572
578
|
* @memberof AvailablePaymentMethod
|
|
573
579
|
*/
|
|
574
|
-
|
|
580
|
+
payment_method_provider?: string;
|
|
575
581
|
/**
|
|
576
582
|
*
|
|
577
583
|
* @type {string}
|
|
578
584
|
* @memberof AvailablePaymentMethod
|
|
579
585
|
*/
|
|
580
|
-
|
|
586
|
+
payment_rail_id?: string;
|
|
581
587
|
}
|
|
582
588
|
/**
|
|
583
589
|
*
|