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
Syntaxpublic Nullable<CompanyLocationsRepositoryBillTo> BillTo { get; set; }
Public Property BillTo As Nullable(Of CompanyLocationsRepositoryBillTo)
Get
Set
public:
property Nullable<CompanyLocationsRepositoryBillTo^>^ BillTo {
Nullable<CompanyLocationsRepositoryBillTo^>^ get ();
void set (Nullable<CompanyLocationsRepositoryBillTo^>^ value);
}
member BillTo : Nullable<CompanyLocationsRepositoryBillTo> with get, set
Property Value
Type:
NullableCompanyLocationsRepositoryBillTo
See Also