BGVATDeclarationVATDeclarationRepresentingPerson Property |
Representing person for the purposes of submitting of VAT declarations. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Vat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Person VATDeclarationRepresentingPerson { get; set; }
Public Property VATDeclarationRepresentingPerson As Person
Get
Set
public:
property Person^ VATDeclarationRepresentingPerson {
Person^ get ();
void set (Person^ value);
}
member VATDeclarationRepresentingPerson : Person with get, set
Property Value
Type:
Person
See Also