@finverse/sdk-typescript 0.0.335 → 0.0.337
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 +7 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -548,6 +548,12 @@ export interface AvailablePaymentMethod {
|
|
|
548
548
|
* @memberof AvailablePaymentMethod
|
|
549
549
|
*/
|
|
550
550
|
payment_method_type?: string;
|
|
551
|
+
/**
|
|
552
|
+
* The payment method subtype, e.g., EDDA_HK, CARD_GENERIC etc
|
|
553
|
+
* @type {string}
|
|
554
|
+
* @memberof AvailablePaymentMethod
|
|
555
|
+
*/
|
|
556
|
+
payment_method_subtype?: string;
|
|
551
557
|
/**
|
|
552
558
|
*
|
|
553
559
|
* @type {boolean}
|
|
@@ -6696,7 +6702,7 @@ export interface PaymentMethodOverview {
|
|
|
6696
6702
|
*/
|
|
6697
6703
|
payment_method_type?: string;
|
|
6698
6704
|
/**
|
|
6699
|
-
* The payment method subtype
|
|
6705
|
+
* The payment method subtype, e.g., EDDA_HK, CARD_GENERIC etc
|
|
6700
6706
|
* @type {string}
|
|
6701
6707
|
* @memberof PaymentMethodOverview
|
|
6702
6708
|
*/
|