@finverse/sdk-typescript 0.0.334 → 0.0.336
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 -6
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -6695,12 +6695,6 @@ export interface PaymentMethodOverview {
|
|
|
6695
6695
|
* @memberof PaymentMethodOverview
|
|
6696
6696
|
*/
|
|
6697
6697
|
payment_method_type?: string;
|
|
6698
|
-
/**
|
|
6699
|
-
* The payment method subtype
|
|
6700
|
-
* @type {string}
|
|
6701
|
-
* @memberof PaymentMethodOverview
|
|
6702
|
-
*/
|
|
6703
|
-
payment_method_subtype?: string;
|
|
6704
6698
|
/**
|
|
6705
6699
|
* Only shown if funds flow via Finverse, possible values FINVERSE
|
|
6706
6700
|
* @type {string}
|
|
@@ -8576,6 +8570,12 @@ export interface Transaction {
|
|
|
8576
8570
|
* @memberof Transaction
|
|
8577
8571
|
*/
|
|
8578
8572
|
amount?: CurrencyAmount;
|
|
8573
|
+
/**
|
|
8574
|
+
*
|
|
8575
|
+
* @type {CurrencyAmount}
|
|
8576
|
+
* @memberof Transaction
|
|
8577
|
+
*/
|
|
8578
|
+
running_balance?: CurrencyAmount;
|
|
8579
8579
|
/**
|
|
8580
8580
|
* Transaction Details
|
|
8581
8581
|
* @type {object}
|