Example #1
0
 public static bool IsCanChooseMid(this AutoSubmitOrderResponse response) => response.Data.IsCanChooseMid == "Y";
Example #2
0
 public static bool CanChooseSeats(this AutoSubmitOrderResponse response) => response.Data.CanChooseSeats == "Y";