@finverse/sdk-typescript 0.0.218 → 0.0.219
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 +12 -6
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1339,6 +1339,12 @@ export interface CreatePaymentRequest {
|
|
|
1339
1339
|
* @memberof CreatePaymentRequest
|
|
1340
1340
|
*/
|
|
1341
1341
|
currency: string;
|
|
1342
|
+
/**
|
|
1343
|
+
* ID of the payment method this pament is referring to.
|
|
1344
|
+
* @type {string}
|
|
1345
|
+
* @memberof CreatePaymentRequest
|
|
1346
|
+
*/
|
|
1347
|
+
payment_method_id?: string;
|
|
1342
1348
|
/**
|
|
1343
1349
|
*
|
|
1344
1350
|
* @type {PaymentDetails2}
|
|
@@ -4617,12 +4623,6 @@ export interface PaymentDetails2 {
|
|
|
4617
4623
|
* @memberof PaymentDetails2
|
|
4618
4624
|
*/
|
|
4619
4625
|
mandate_id?: string;
|
|
4620
|
-
/**
|
|
4621
|
-
* ID of the payment method this pament is referring to.
|
|
4622
|
-
* @type {string}
|
|
4623
|
-
* @memberof PaymentDetails2
|
|
4624
|
-
*/
|
|
4625
|
-
payment_method_id?: string;
|
|
4626
4626
|
/**
|
|
4627
4627
|
* Customer\'s ID for this transaction
|
|
4628
4628
|
* @type {string}
|
|
@@ -5158,6 +5158,12 @@ export interface PaymentResponse {
|
|
|
5158
5158
|
* @memberof PaymentResponse
|
|
5159
5159
|
*/
|
|
5160
5160
|
status?: PaymentResponseStatusEnum;
|
|
5161
|
+
/**
|
|
5162
|
+
* ID of the payment method this pament is referring to.
|
|
5163
|
+
* @type {string}
|
|
5164
|
+
* @memberof PaymentResponse
|
|
5165
|
+
*/
|
|
5166
|
+
payment_method_id?: string;
|
|
5161
5167
|
/**
|
|
5162
5168
|
*
|
|
5163
5169
|
* @type {PaymentDetails2}
|