@finverse/sdk-typescript 0.0.205 → 0.0.207
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 +1 -7
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4081,12 +4081,6 @@ export interface MandateDetailsForPaymentLink {
|
|
|
4081
4081
|
* @memberof MandateDetailsForPaymentLink
|
|
4082
4082
|
*/
|
|
4083
4083
|
description?: string;
|
|
4084
|
-
/**
|
|
4085
|
-
* A bank specific reference, what the end user may see
|
|
4086
|
-
* @type {string}
|
|
4087
|
-
* @memberof MandateDetailsForPaymentLink
|
|
4088
|
-
*/
|
|
4089
|
-
mandate_bank_reference?: string;
|
|
4090
4084
|
}
|
|
4091
4085
|
/**
|
|
4092
4086
|
*
|
|
@@ -6174,7 +6168,7 @@ export interface TransactionLimits {
|
|
|
6174
6168
|
* @type {number}
|
|
6175
6169
|
* @memberof TransactionLimits
|
|
6176
6170
|
*/
|
|
6177
|
-
max_transaction_amount
|
|
6171
|
+
max_transaction_amount: number;
|
|
6178
6172
|
/**
|
|
6179
6173
|
* Reference calendar periods for the payment limits. Possible values (DAILY, WEEKLY, MONTHLY, QUARTERLY, YEARLY)
|
|
6180
6174
|
* @type {string}
|