@finverse/sdk-typescript 0.0.126 → 0.0.127
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 +2 -2
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -3542,11 +3542,11 @@ export interface MandateSenderAccount {
|
|
|
3542
3542
|
*/
|
|
3543
3543
|
institution_id?: string;
|
|
3544
3544
|
/**
|
|
3545
|
-
* A unique identifier generated after creating sender
|
|
3545
|
+
* A unique identifier generated after creating sender (Finverse Payment User ID)
|
|
3546
3546
|
* @type {string}
|
|
3547
3547
|
* @memberof MandateSenderAccount
|
|
3548
3548
|
*/
|
|
3549
|
-
|
|
3549
|
+
user_id?: string;
|
|
3550
3550
|
/**
|
|
3551
3551
|
* Additional attributes of the sender account in key:value format (e.g. sender_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
|
|
3552
3552
|
* @type {{ [key: string]: string; }}
|