3dak Client

OrderItem.Price Property

Price of Products

[Visual Basic]
Public Property Decimal As 
[C#]
public decimal Decimal { get; set; }
[C++]
public: __property  get_Decimal();
public: __property void set_Decimal(decimal );
[JScript]
public function get Decimal() : Decimal
public function set Decimal(Decimal);

Property Value

Remarks

Price is not multiplied with Quantity!

See Also

OrderItem Class | ppm3dakClient.Shop Namespace