@finverse/sdk-typescript 0.0.194 → 0.0.195
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 -30
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4884,24 +4884,6 @@ export interface PaymentMethodResponse {
|
|
|
4884
4884
|
* @memberof PaymentMethodResponse
|
|
4885
4885
|
*/
|
|
4886
4886
|
payment_method_id?: string;
|
|
4887
|
-
/**
|
|
4888
|
-
*
|
|
4889
|
-
* @type {string}
|
|
4890
|
-
* @memberof PaymentMethodResponse
|
|
4891
|
-
*/
|
|
4892
|
-
customer_app_id?: string;
|
|
4893
|
-
/**
|
|
4894
|
-
*
|
|
4895
|
-
* @type {string}
|
|
4896
|
-
* @memberof PaymentMethodResponse
|
|
4897
|
-
*/
|
|
4898
|
-
payment_user_id?: string;
|
|
4899
|
-
/**
|
|
4900
|
-
*
|
|
4901
|
-
* @type {string}
|
|
4902
|
-
* @memberof PaymentMethodResponse
|
|
4903
|
-
*/
|
|
4904
|
-
currency?: string;
|
|
4905
4887
|
/**
|
|
4906
4888
|
*
|
|
4907
4889
|
* @type {string}
|
|
@@ -4914,18 +4896,6 @@ export interface PaymentMethodResponse {
|
|
|
4914
4896
|
* @memberof PaymentMethodResponse
|
|
4915
4897
|
*/
|
|
4916
4898
|
mandate?: GetMandateResponse;
|
|
4917
|
-
/**
|
|
4918
|
-
*
|
|
4919
|
-
* @type {string}
|
|
4920
|
-
* @memberof PaymentMethodResponse
|
|
4921
|
-
*/
|
|
4922
|
-
created_at?: string;
|
|
4923
|
-
/**
|
|
4924
|
-
*
|
|
4925
|
-
* @type {string}
|
|
4926
|
-
* @memberof PaymentMethodResponse
|
|
4927
|
-
*/
|
|
4928
|
-
updated_at?: string;
|
|
4929
4899
|
}
|
|
4930
4900
|
/**
|
|
4931
4901
|
*
|