@model RefundModel @{ Layout = null; }
@Model.Title
@if (!ViewContext.ModelState.IsValid) {
} @switch (Model.RefundStep) { case RefundSteps.SelectPaymentMethod: if (Model.AvailablePaymentMethods != null && Model.AvailablePaymentMethods.Any()) {
} break; case RefundSteps.SelectRate:
The crypto currency price, at the rate the invoice got paid.
The crypto currency price, at the current rate.
The invoice currency, at the rate when the refund will be sent.
The specified amount with the specified currency, at the rate when the refund will be sent.
break; }