Type Alias CheckoutAddFundsFailureEvent

CheckoutAddFundsFailureEvent: {
    type: ADD_FUNDS_FAILED;
    data: AddFundsFailed;
}