DocumentAmountTypeSettingDocumentAmountType Property |
The amount type which will be added to the invoiced or the statistical value. [Required] [Filter(multi eq)] [Owner]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Intrastat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentAmountType DocumentAmountType { get; set; }
Public Property DocumentAmountType As DocumentAmountType
Get
Set
public:
property DocumentAmountType^ DocumentAmountType {
DocumentAmountType^ get ();
void set (DocumentAmountType^ value);
}
member DocumentAmountType : DocumentAmountType with get, set
Property Value
Type:
DocumentAmountType
See Also