@finverse/sdk-typescript 0.0.385 → 0.0.386
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
|
@@ -7990,6 +7990,12 @@ export interface PayoutReferences {
|
|
|
7990
7990
|
* @memberof PayoutReferences
|
|
7991
7991
|
*/
|
|
7992
7992
|
recipient_reference?: string;
|
|
7993
|
+
/**
|
|
7994
|
+
*
|
|
7995
|
+
* @type {string}
|
|
7996
|
+
* @memberof PayoutReferences
|
|
7997
|
+
*/
|
|
7998
|
+
finverse_transaction_reference?: string;
|
|
7993
7999
|
}
|
|
7994
8000
|
/**
|
|
7995
8001
|
*
|