DocumentAmountTypeDependencyDocumentAmountType Property |
The amount for which the base amount is specified. [Required] [Filter(multi eq)] [Owner]
Namespace:
Aloe.EnterpriseOne.Model.General
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