@finverse/sdk-typescript 0.0.389 → 0.0.390
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 +12 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -6184,6 +6184,12 @@ export interface PaymentAccountDetails {
|
|
|
6184
6184
|
* @memberof PaymentAccountDetails
|
|
6185
6185
|
*/
|
|
6186
6186
|
legal_entity_name?: string;
|
|
6187
|
+
/**
|
|
6188
|
+
* Optional reference identifier for the settlement account. Only applicable to settlement accounts.
|
|
6189
|
+
* @type {string}
|
|
6190
|
+
* @memberof PaymentAccountDetails
|
|
6191
|
+
*/
|
|
6192
|
+
settlement_account_reference?: string;
|
|
6187
6193
|
/**
|
|
6188
6194
|
* Additional attributes of the sender account in key:value format (e.g. sender_id: 1234). It supports up to 20 key:value pairs, whereas the key and value supports up to 50 and 1000 characters respectively.
|
|
6189
6195
|
* @type {{ [key: string]: string; }}
|
|
@@ -6300,6 +6306,12 @@ export interface PaymentAccountDetailsWithEnrichedData {
|
|
|
6300
6306
|
* @memberof PaymentAccountDetailsWithEnrichedData
|
|
6301
6307
|
*/
|
|
6302
6308
|
legal_entity_name?: string;
|
|
6309
|
+
/**
|
|
6310
|
+
* Optional reference identifier for the settlement account. Only applicable to settlement accounts.
|
|
6311
|
+
* @type {string}
|
|
6312
|
+
* @memberof PaymentAccountDetailsWithEnrichedData
|
|
6313
|
+
*/
|
|
6314
|
+
settlement_account_reference?: string;
|
|
6303
6315
|
/**
|
|
6304
6316
|
* Additional attributes of the sender account in key:value format (e.g. sender_id: 1234). It supports up to 20 key:value pairs, whereas the key and value supports up to 50 and 1000 characters respectively.
|
|
6305
6317
|
* @type {{ [key: string]: string; }}
|