@finverse/sdk-typescript 0.0.391 → 0.0.393
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 -6
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -5616,12 +5616,6 @@ export interface MandateDetailsRequest {
|
|
|
5616
5616
|
* @memberof MandateDetailsRequest
|
|
5617
5617
|
*/
|
|
5618
5618
|
description?: string;
|
|
5619
|
-
/**
|
|
5620
|
-
* A bank specific reference, what the end user may see
|
|
5621
|
-
* @type {string}
|
|
5622
|
-
* @memberof MandateDetailsRequest
|
|
5623
|
-
*/
|
|
5624
|
-
mandate_bank_reference?: string;
|
|
5625
5619
|
}
|
|
5626
5620
|
/**
|
|
5627
5621
|
*
|
|
@@ -8078,6 +8072,18 @@ export interface PayoutReferences {
|
|
|
8078
8072
|
* @memberof PayoutReferences
|
|
8079
8073
|
*/
|
|
8080
8074
|
finverse_transaction_reference?: string;
|
|
8075
|
+
/**
|
|
8076
|
+
*
|
|
8077
|
+
* @type {string}
|
|
8078
|
+
* @memberof PayoutReferences
|
|
8079
|
+
*/
|
|
8080
|
+
bank_transaction_reference?: string;
|
|
8081
|
+
/**
|
|
8082
|
+
*
|
|
8083
|
+
* @type {string}
|
|
8084
|
+
* @memberof PayoutReferences
|
|
8085
|
+
*/
|
|
8086
|
+
bank_additional_reference?: string;
|
|
8081
8087
|
}
|
|
8082
8088
|
/**
|
|
8083
8089
|
*
|