@finverse/sdk-typescript 0.0.206 → 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 +8 -2
- 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}
|
|
@@ -6168,7 +6174,7 @@ export interface TransactionLimits {
|
|
|
6168
6174
|
* @type {number}
|
|
6169
6175
|
* @memberof TransactionLimits
|
|
6170
6176
|
*/
|
|
6171
|
-
max_transaction_amount
|
|
6177
|
+
max_transaction_amount: number;
|
|
6172
6178
|
/**
|
|
6173
6179
|
* Reference calendar periods for the payment limits. Possible values (DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY)
|
|
6174
6180
|
* @type {string}
|