@finverse/sdk-typescript 0.0.313 → 0.0.314
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 -1
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -8362,7 +8362,7 @@ export interface TransactionLimitsResponse {
|
|
|
8362
8362
|
* @type {number}
|
|
8363
8363
|
* @memberof TransactionLimitsResponse
|
|
8364
8364
|
*/
|
|
8365
|
-
max_transaction_amount
|
|
8365
|
+
max_transaction_amount?: number;
|
|
8366
8366
|
/**
|
|
8367
8367
|
* The maximum amount of money that can be transferred in a single transaction under this mandate set by the payer. Expressed in currency\'s smallest unit or “minor unit”, as defined in ISO 4217.
|
|
8368
8368
|
* @type {number}
|