Click or drag to resize

CompanyLocationBillTo Property

If filled indicates which party is billed for the amounts from documents that require payments. This setting is used in CRM module when the company and the location are customers. Possible values: 'C' = Company, 'L' = Company location, null = unidentified.

Namespace:  Aloe.EnterpriseOne.Model.General.Contacts
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<CompanyLocationsRepositoryBillTo> BillTo { get; set; }

Property Value

Type: NullableCompanyLocationsRepositoryBillTo
See Also