BGVATDeclaringPersonDeclarerType Property |
Type of the declaring person. A=Attorney, R=Representative. [Required] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Vat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic BGVATDeclaringPersonsRepositoryDeclarerType DeclarerType { get; set; }
Public Property DeclarerType As BGVATDeclaringPersonsRepositoryDeclarerType
Get
Set
public:
property BGVATDeclaringPersonsRepositoryDeclarerType^ DeclarerType {
BGVATDeclaringPersonsRepositoryDeclarerType^ get ();
void set (BGVATDeclaringPersonsRepositoryDeclarerType^ value);
}
member DeclarerType : BGVATDeclaringPersonsRepositoryDeclarerType with get, set
Property Value
Type:
BGVATDeclaringPersonsRepositoryDeclarerType
See Also