public IntegrationBookingReq()
 {
     ProductLineItemList            = new List <ProductLineItemBooking>();
     ProductLineItemCityCountryList = new List <ProductLineItemCityCountryBooking>();
     QuotationQRFPriceInfo          = new mQRFPrice();
     CredentialInfo = new PartnerLoginRequest();
     BookingInfo    = new Bookings();
 }
示例#2
0
 public BookingInfoRes()
 {
     Bookings       = new Bookings();
     ResponseStatus = new ResponseStatus();
 }