@finverse/sdk-typescript 0.0.207 → 0.0.208
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
|
@@ -4515,7 +4515,13 @@ export interface PaymentDetails2 {
|
|
|
4515
4515
|
* @type {string}
|
|
4516
4516
|
* @memberof PaymentDetails2
|
|
4517
4517
|
*/
|
|
4518
|
-
mandate_id
|
|
4518
|
+
mandate_id?: string;
|
|
4519
|
+
/**
|
|
4520
|
+
* ID of the payment method this pament is referring to.
|
|
4521
|
+
* @type {string}
|
|
4522
|
+
* @memberof PaymentDetails2
|
|
4523
|
+
*/
|
|
4524
|
+
payment_method_id?: string;
|
|
4519
4525
|
/**
|
|
4520
4526
|
* Customer\'s ID for this transaction
|
|
4521
4527
|
* @type {string}
|