@finverse/sdk-typescript 0.0.194 → 0.0.196
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 -36
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4740,12 +4740,6 @@ export interface PaymentLinkResponse {
|
|
|
4740
4740
|
* @memberof PaymentLinkResponse
|
|
4741
4741
|
*/
|
|
4742
4742
|
updated_at?: string;
|
|
4743
|
-
/**
|
|
4744
|
-
*
|
|
4745
|
-
* @type {GetMandateResponse}
|
|
4746
|
-
* @memberof PaymentLinkResponse
|
|
4747
|
-
*/
|
|
4748
|
-
mandate?: GetMandateResponse;
|
|
4749
4743
|
/**
|
|
4750
4744
|
*
|
|
4751
4745
|
* @type {PaymentResponse}
|
|
@@ -4884,24 +4878,6 @@ export interface PaymentMethodResponse {
|
|
|
4884
4878
|
* @memberof PaymentMethodResponse
|
|
4885
4879
|
*/
|
|
4886
4880
|
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
4881
|
/**
|
|
4906
4882
|
*
|
|
4907
4883
|
* @type {string}
|
|
@@ -4914,18 +4890,6 @@ export interface PaymentMethodResponse {
|
|
|
4914
4890
|
* @memberof PaymentMethodResponse
|
|
4915
4891
|
*/
|
|
4916
4892
|
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
4893
|
}
|
|
4930
4894
|
/**
|
|
4931
4895
|
*
|