DeclarationLineInvoicedValueAmountBase Property |
Invoiced value of the goods in the base currency. [Currency: IntrastatDeclaration.EnterpriseCompany.BaseCurrency] [Required]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Intrastat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount InvoicedValueAmountBase { get; set; }
Public Property InvoicedValueAmountBase As Amount
Get
Set
public:
property Amount^ InvoicedValueAmountBase {
Amount^ get ();
void set (Amount^ value);
}
member InvoicedValueAmountBase : Amount with get, set
Property Value
Type:
Amount
See Also