InvoicesOptionDefaultDealType Property |
When not null, specifies default VAT deal type. [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 DefaultDealType { get; set; }
Public Property DefaultDealType As DealType
Get
Set
public:
property DealType^ DefaultDealType {
DealType^ get ();
void set (DealType^ value);
}
member DefaultDealType : DealType with get, set
Property Value
Type:
DealType
See Also