CompanyRegistrationVATNumber Property |
VAT registration number where applicable. null means that VAT number is not applicable or unknown. [Filter(eq)] [ORD]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string RegistrationVATNumber { get; set; }
Public Property RegistrationVATNumber As String
Get
Set
public:
property String^ RegistrationVATNumber {
String^ get ();
void set (String^ value);
}
member RegistrationVATNumber : string with get, set
Property Value
Type:
String
See Also