@finverse/sdk-typescript 0.0.328 → 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 +0 -18
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -542,18 +542,6 @@ 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}
|
|
@@ -578,12 +566,6 @@ export interface AvailablePaymentMethod {
|
|
|
578
566
|
* @memberof AvailablePaymentMethod
|
|
579
567
|
*/
|
|
580
568
|
payment_method_provider?: string;
|
|
581
|
-
/**
|
|
582
|
-
*
|
|
583
|
-
* @type {string}
|
|
584
|
-
* @memberof AvailablePaymentMethod
|
|
585
|
-
*/
|
|
586
|
-
payment_rail_id?: string;
|
|
587
569
|
}
|
|
588
570
|
/**
|
|
589
571
|
*
|