PurchaseInvoiceLineSaleLineDealType Property |
Sale deal type for this line. If sale deal type in the line is different from sale deal type in the header another Sales VAT entry is created. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DealType SaleLineDealType { get; set; }
Public Property SaleLineDealType As DealType
Get
Set
public:
property DealType^ SaleLineDealType {
DealType^ get ();
void set (DealType^ value);
}
member SaleLineDealType : DealType with get, set
Property Value
Type:
DealType
See Also