namespace CAPI.Custom.Entities { public class Supplier : SurfaceQueryEntity { public string Contacts { get; set; } public string Code { get; set; } public string Commodities { get; set; } public string DefaultLeadtime { get; set; } public string DefaultLeadtimeDays { get; set; } public string LegalEntity { get; set; } public string Notes { get; set; } public string PhysicalAddress { get; set; } public string PhysicalAddressTemp { get; set; } public string PostalAddress { get; set; } public string PostalAddressTemp { get; set; } public string PrimaryEmail { get; set; } public string SupplierStatus { get; set; } public string Telephone { get; set; } public string TradingName { get; set; } public string Vetted { get; set; } public string VettedBy { get; set; } public string Website { get; set; } public string PortalAccess { get; set; } public string CreditApplication { get; set; } public string CreditApplicationDocument { get; set; } public string AccountsContact { get; set; } public string AccountsEmail { get; set; } public string AccountsNumber { get; set; } public string Currency { get; set; } public string DefaultDiscount { get; set; } public string DefaultMargin { get; set; } public string IsParent { get; set; } public string ParentCompany { get; set; } public string PaymentTerms { get; set; } public string PaymentTermsFrom { get; set; } public string StatementPreference { get; set; } public string SupplierType { get; set; } public string VATRate { get; set; } public string VATRegistered { get; set; } } }