@finverse/sdk-typescript 0.0.390 → 0.0.392
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 +18 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -5826,6 +5826,12 @@ export interface MandateRecipientAccount {
|
|
|
5826
5826
|
* @memberof MandateRecipientAccount
|
|
5827
5827
|
*/
|
|
5828
5828
|
account_type: MandateRecipientAccountAccountTypeEnum;
|
|
5829
|
+
/**
|
|
5830
|
+
* Optional reference identifier for the settlement account. Only applicable to settlement accounts.
|
|
5831
|
+
* @type {string}
|
|
5832
|
+
* @memberof MandateRecipientAccount
|
|
5833
|
+
*/
|
|
5834
|
+
settlement_account_reference?: string;
|
|
5829
5835
|
}
|
|
5830
5836
|
export declare const MandateRecipientAccountAccountTypeEnum: {
|
|
5831
5837
|
readonly ExternalAccount: "EXTERNAL_ACCOUNT";
|
|
@@ -8072,6 +8078,18 @@ export interface PayoutReferences {
|
|
|
8072
8078
|
* @memberof PayoutReferences
|
|
8073
8079
|
*/
|
|
8074
8080
|
finverse_transaction_reference?: string;
|
|
8081
|
+
/**
|
|
8082
|
+
*
|
|
8083
|
+
* @type {string}
|
|
8084
|
+
* @memberof PayoutReferences
|
|
8085
|
+
*/
|
|
8086
|
+
bank_transaction_reference?: string;
|
|
8087
|
+
/**
|
|
8088
|
+
*
|
|
8089
|
+
* @type {string}
|
|
8090
|
+
* @memberof PayoutReferences
|
|
8091
|
+
*/
|
|
8092
|
+
bank_additional_reference?: string;
|
|
8075
8093
|
}
|
|
8076
8094
|
/**
|
|
8077
8095
|
*
|