@finverse/sdk-typescript 0.0.280 → 0.0.281
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
|
@@ -984,12 +984,6 @@ export interface ConfirmPaymentResponse {
|
|
|
984
984
|
* @memberof ConfirmPaymentResponse
|
|
985
985
|
*/
|
|
986
986
|
success: boolean;
|
|
987
|
-
/**
|
|
988
|
-
*
|
|
989
|
-
* @type {boolean}
|
|
990
|
-
* @memberof ConfirmPaymentResponse
|
|
991
|
-
*/
|
|
992
|
-
skip_autopay_consent: boolean;
|
|
993
987
|
}
|
|
994
988
|
/**
|
|
995
989
|
*
|