@finverse/sdk-typescript 0.0.109 → 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 -12
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -3929,12 +3929,6 @@ export interface PaymentResponse {
|
|
|
3929
3929
|
* @memberof PaymentResponse
|
|
3930
3930
|
*/
|
|
3931
3931
|
created_at?: string;
|
|
3932
|
-
/**
|
|
3933
|
-
* Timestamp in ISO format (YYYY-MM-DDTHH:MM:SS.SSSZ)
|
|
3934
|
-
* @type {string}
|
|
3935
|
-
* @memberof PaymentResponse
|
|
3936
|
-
*/
|
|
3937
|
-
transaction_date?: string | null;
|
|
3938
3932
|
/**
|
|
3939
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.
|
|
3940
3934
|
* @type {{ [key: string]: string; }}
|
|
@@ -4955,12 +4949,6 @@ export interface Transaction {
|
|
|
4955
4949
|
* @memberof Transaction
|
|
4956
4950
|
*/
|
|
4957
4951
|
posted_date?: string;
|
|
4958
|
-
/**
|
|
4959
|
-
* YYYY-MM-DD
|
|
4960
|
-
* @type {string}
|
|
4961
|
-
* @memberof Transaction
|
|
4962
|
-
*/
|
|
4963
|
-
transaction_date?: string;
|
|
4964
4952
|
/**
|
|
4965
4953
|
*
|
|
4966
4954
|
* @type {CurrencyAmount}
|