@finverse/sdk-typescript 0.0.245 → 0.0.246
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 +6 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4754,6 +4754,12 @@ export interface PaymentAccountDetails {
|
|
|
4754
4754
|
* @memberof PaymentAccountDetails
|
|
4755
4755
|
*/
|
|
4756
4756
|
currencies?: Array<string>;
|
|
4757
|
+
/**
|
|
4758
|
+
* The business units the payment account belongs to
|
|
4759
|
+
* @type {Array<string>}
|
|
4760
|
+
* @memberof PaymentAccountDetails
|
|
4761
|
+
*/
|
|
4762
|
+
business_units?: Array<string>;
|
|
4757
4763
|
/**
|
|
4758
4764
|
* 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.
|
|
4759
4765
|
* @type {{ [key: string]: string; }}
|