InvoiceOrderLineLineDealType Property |
Deal type to be passed to the invoice line. If deal type in the line is different from deal type in the header another VAT entry is created from the invoice. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DealType LineDealType { get; set; }
Public Property LineDealType As DealType
Get
Set
public:
property DealType^ LineDealType {
DealType^ get ();
void set (DealType^ value);
}
member LineDealType : DealType with get, set
Property Value
Type:
DealType
See Also