DocumentAmountTypeDistributeBy Property |
Specifies how the amount will be distributed among the document lines. Valid values are: ('AMOUNT','MEASUREMENT','PRODUCT DEFINITION'). [Required] [Default("AMOUNT")] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentAmountTypesRepositoryDistributeBy DistributeBy { get; set; }
Public Property DistributeBy As DocumentAmountTypesRepositoryDistributeBy
Get
Set
public:
property DocumentAmountTypesRepositoryDistributeBy^ DistributeBy {
DocumentAmountTypesRepositoryDistributeBy^ get ();
void set (DocumentAmountTypesRepositoryDistributeBy^ value);
}
member DistributeBy : DocumentAmountTypesRepositoryDistributeBy with get, set
Property Value
Type:
DocumentAmountTypesRepositoryDistributeBy
See Also