export interface TerminalPaymentConfirmRequest { /** * Language code in lowercase the user used in the terminal */ lang: string; /** * Google analytics cookie */ gaCookie: string | null; }