Gets an array representing the values of the non-zero RATE_x fields of the CProductPrice object.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public decimal[] Rates { get; }
Visual Basic
Public ReadOnly Property Rates As Decimal()
	Get
Visual C++
public:
property array<Decimal>^ Rates {
	array<Decimal>^ get ();
}

See Also