コード例 #1
0
 public static CustomResponse WithAvailablePaymentStatusTypes(this CustomResponse customResponse)
 {
     return(customResponse.With("paymentStatusTypes", SelectListHelper.GetPaymentStatusItems()));
 }