Exemplo n.º 1
0
        public void SetCustomerParty(PartyType customerParty)
        {
            var despatchCustomerParty = new CustomerPartyType //Alıcının fatura üzerindeki bilgileri
            {
                Party = customerParty
            };

            baseDespatchUbl.DeliveryCustomerParty = despatchCustomerParty;
        }
Exemplo n.º 2
0
        public void SetCustomerParty(PartyType customerParty)
        {
            var accountingCustomerParty = new CustomerPartyType //Alıcının fatura üzerindeki bilgileri
            {
                Party = customerParty
            };

            baseInvoiceUBL.AccountingCustomerParty = accountingCustomerParty;
        }