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