Esempio n. 1
0
        public QuoteRequest(string storeId, string customerId)
        {
            Attachments = new List <Attachment>();
            Items       = new List <QuoteItem>();
            TaxLines    = new List <TaxLine>();
            Totals      = new QuoteTotals();

            CustomerId = customerId;
            StoreId    = storeId;
        }
Esempio n. 2
0
        public QuoteRequest(string storeId, string customerId)
        {
            Attachments = new List<Attachment>();
            Items = new List<QuoteItem>();
            TaxLines = new List<TaxLine>();
            Totals = new QuoteTotals();

            CustomerId = customerId;
            StoreId = storeId;
        }