@finverse/sdk-typescript 0.0.108 → 0.0.110
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 -18
- 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}
|
|
@@ -3935,12 +3929,6 @@ export interface PaymentResponse {
|
|
|
3935
3929
|
* @memberof PaymentResponse
|
|
3936
3930
|
*/
|
|
3937
3931
|
created_at?: string;
|
|
3938
|
-
/**
|
|
3939
|
-
* Timestamp in ISO format (YYYY-MM-DDTHH:MM:SS.SSSZ)
|
|
3940
|
-
* @type {string}
|
|
3941
|
-
* @memberof PaymentResponse
|
|
3942
|
-
*/
|
|
3943
|
-
transaction_date?: string | null;
|
|
3944
3932
|
/**
|
|
3945
3933
|
* Additional attributes of the payment in key:value format (e.g. payment_internal_id: 1234). It supports up to 10 key:value pairs, whereas the key and value supports up to 50 and 500 characters respectively.
|
|
3946
3934
|
* @type {{ [key: string]: string; }}
|
|
@@ -4961,12 +4949,6 @@ export interface Transaction {
|
|
|
4961
4949
|
* @memberof Transaction
|
|
4962
4950
|
*/
|
|
4963
4951
|
posted_date?: string;
|
|
4964
|
-
/**
|
|
4965
|
-
* YYYY-MM-DD
|
|
4966
|
-
* @type {string}
|
|
4967
|
-
* @memberof Transaction
|
|
4968
|
-
*/
|
|
4969
|
-
transaction_date?: string;
|
|
4970
4952
|
/**
|
|
4971
4953
|
*
|
|
4972
4954
|
* @type {CurrencyAmount}
|