LineDiscountDistributionChannel Property |
Apply the discount only when the sales document is on the specified channel. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DistributionChannel DistributionChannel { get; set; }
Public Property DistributionChannel As DistributionChannel
Get
Set
public:
property DistributionChannel^ DistributionChannel {
DistributionChannel^ get ();
void set (DistributionChannel^ value);
}
member DistributionChannel : DistributionChannel with get, set
Property Value
Type:
DistributionChannel
See Also