ProductDocumentAmountDocumentAmountType Property |
The amount type for which the custom percent is defined. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
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