@finverse/sdk-typescript 0.0.269 → 0.0.270
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 +12 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -5836,6 +5836,18 @@ export interface PaymentResponse {
|
|
|
5836
5836
|
* @memberof PaymentResponse
|
|
5837
5837
|
*/
|
|
5838
5838
|
amount: number;
|
|
5839
|
+
/**
|
|
5840
|
+
* Surcharge amount in minor
|
|
5841
|
+
* @type {number}
|
|
5842
|
+
* @memberof PaymentResponse
|
|
5843
|
+
*/
|
|
5844
|
+
surcharge_amount: number;
|
|
5845
|
+
/**
|
|
5846
|
+
* Amount with all fees and surcharges applied in minor
|
|
5847
|
+
* @type {number}
|
|
5848
|
+
* @memberof PaymentResponse
|
|
5849
|
+
*/
|
|
5850
|
+
amount_total_with_surcharge: number;
|
|
5839
5851
|
/**
|
|
5840
5852
|
* The currency code as defined in ISO 4217.
|
|
5841
5853
|
* @type {string}
|