Type Alias CheckoutOnRampFailureEvent

CheckoutOnRampFailureEvent: {
    type: ONRAMP_FAILED;
    data: OnRampFailed;
}