@finverse/sdk-typescript 0.0.108 → 0.0.109
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 +0 -6
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1815,12 +1815,6 @@ export interface GetMandateSender {
|
|
|
1815
1815
|
* @memberof GetMandateSender
|
|
1816
1816
|
*/
|
|
1817
1817
|
sender_reference_id?: string;
|
|
1818
|
-
/**
|
|
1819
|
-
*
|
|
1820
|
-
* @type {PaymentAccount}
|
|
1821
|
-
* @memberof GetMandateSender
|
|
1822
|
-
*/
|
|
1823
|
-
sender_account: PaymentAccount;
|
|
1824
1818
|
/**
|
|
1825
1819
|
* Type of account held by the Sender at the Institution. Possible values are INDIVIDUAL, BUSINESS
|
|
1826
1820
|
* @type {string}
|