PromotionalPackageLineUnitPriceCurrency Property |
Currency of the unit price. null if the package specifies only discount. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Currency UnitPriceCurrency { get; set; }
Public Property UnitPriceCurrency As Currency
Get
Set
public:
property Currency^ UnitPriceCurrency {
Currency^ get ();
void set (Currency^ value);
}
member UnitPriceCurrency : Currency with get, set
Property Value
Type:
Currency
See Also