Esempio n. 1
0
 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();
 }
Esempio n. 3
0
 public RejectOpportunityReq()
 {
     CredentialInfo          = new PartnerLoginRequest();
     OpportunityInfo         = new mQuote();
     OpportunityQRFPriceInfo = new mQRFPrice();
 }
 public IntegrationOpportunityReq()
 {
     CredentialInfo          = new PartnerLoginRequest();
     OpportunityInfo         = new mQuote();
     OpportunityQRFPriceInfo = new mQRFPrice();
 }