SalesOrderDealType Property |
Deal type to be passed to the invoice. If deal type in entered then the invoice creates VAT entry for this deal type. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DealType DealType { get; set; }
Public Property DealType As DealType
Get
Set
public:
property DealType^ DealType {
DealType^ get ();
void set (DealType^ value);
}
member DealType : DealType with get, set
Property Value
Type:
DealType
See Also