DocumentDistributedAmountDocumentAmountType Property |
The type of amount which is distributed. [Required] [Filter(multi eq)]
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