export interface TerminalPaymentConfirmResponse { /** * Session closing success */ success: boolean; /** * Message when the operation was successful, if nothing needs to be done */ message?: string; /** * Url to which the user will be redirected in case of successful payment or another service */ redirectUrl?: string; }