public IntegrationQuotationReq() { CredentialInfo = new PartnerLoginRequest(); QuotationInfo = new mQuote(); QuotationQRFPriceInfo = new mQRFPrice(); ProductLineItemList = new List <ProductLineItemQuotation>(); }
public IntegrationBookingReq() { ProductLineItemList = new List <ProductLineItemBooking>(); ProductLineItemCityCountryList = new List <ProductLineItemCityCountryBooking>(); QuotationQRFPriceInfo = new mQRFPrice(); CredentialInfo = new PartnerLoginRequest(); BookingInfo = new Bookings(); }
public RejectOpportunityReq() { CredentialInfo = new PartnerLoginRequest(); OpportunityInfo = new mQuote(); OpportunityQRFPriceInfo = new mQRFPrice(); }
public IntegrationOpportunityReq() { CredentialInfo = new PartnerLoginRequest(); OpportunityInfo = new mQuote(); OpportunityQRFPriceInfo = new mQRFPrice(); }