export interface PaymentTransaction { ID?: string; Type?: string; DateExecuted?: string; Currency?: string; Amount?: number; Succeeded?: boolean; ResultCode?: string; ResultMessage?: string; xp?: TPaymentTransactionXp; }