PurchaseProductPricePrice Property |
Price in the specified currency and for the specified quantity. [Currency: Currency] [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount Price { get; set; }
Public Property Price As Amount
Get
Set
public:
property Amount^ Price {
Amount^ get ();
void set (Amount^ value);
}
member Price : Amount with get, set
Property Value
Type:
Amount
See Also