BGVATDeclarationDepositedVATAmount Property |
Field 01 - 71 from the declaration. Amounts are in base currency. Must be greater than 0.00. [Currency: EnterpriseCompany.BaseCurrency] [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Vat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount DepositedVATAmount { get; set; }
Public Property DepositedVATAmount As Amount
Get
Set
public:
property Amount^ DepositedVATAmount {
Amount^ get ();
void set (Amount^ value);
}
member DepositedVATAmount : Amount with get, set
Property Value
Type:
Amount
See Also