JD_Template by Tmp.Distribution.Client

<PackageReference Include="JD_Template" Version="1.0.1" />

.NET API 167,424 bytes

 BillingCode

public class BillingCode
public string Address1 { get; set; }

public string Address2 { get; set; }

public string Address3 { get; set; }

public string City { get; set; }

public string ContactName { get; set; }

public string Country { get; set; }

public string CustomerBillingCode { get; set; }

public string CustomerName { get; set; }

public long ID { get; set; }

public string Industry { get; set; }

public string InsertionOrderMask { get; set; }

public bool IsBillingCodeAssignToUser { get; set; }

public string ParentBranch { get; set; }

public string ParentCode { get; set; }

public string ParentName { get; set; }

public string ParentRollup { get; set; }

public string State { get; set; }

public string TmpOffice { get; set; }

public string ZipCode { get; set; }

public BillingCode()