DeclarationThirdDeclaringParty Property |
Third declaring party, which holds the electronic signature. This is the company which submits the declaration. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Intrastat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Company ThirdDeclaringParty { get; set; }
Public Property ThirdDeclaringParty As Company
Get
Set
public:
property Company^ ThirdDeclaringParty {
Company^ get ();
void set (Company^ value);
}
member ThirdDeclaringParty : Company with get, set
Property Value
Type:
Company
See Also