BuyerCustomerInfo
public class BuyerCustomerInfoDto
{
public string Address { get; set; }
public string District { get; set; }
public string City { get; set; }
public string PostalCode { get; set; }
public string Country { get; set; }
public string TaxOffice { get; set; }
public string Phone { get; set; }
public string Email { get; set; }
public string Fax { get; set; }
public string TaxNumber { get; set; }
public string Name { get; set; }
public string WebSite { get; set; }
}TaxNumber
Name
TaxOffice
Address
District
City
Country
PostalCode
Phone
Fax
Mail
WebSite
Last updated