PaymentResultEvent
data class PaymentResultEvent(val flowType: PaymentFlowViewModel.PaymentFlowType, val status: AirwallexPaymentStatus)
Event that wraps payment status with the flow type that triggered it
Event that wraps payment status with the flow type that triggered it