コード例 #1
0
        public void SetCustomerParty(PartyType customerParty)
        {
            var despatchCustomerParty = new CustomerPartyType //Alıcının fatura üzerindeki bilgileri
            {
                Party = customerParty
            };

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

            baseInvoiceUBL.AccountingCustomerParty = accountingCustomerParty;
        }