Calculates the extended price of the given quantity of this CStandardProduct for a customer with the supplied customer type.

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

Syntax

C#
public decimal GetExtendedPrice(
	string customerTypeCode,
	double quantity
)
Visual Basic (Declaration)
Public Function GetExtendedPrice ( _
	customerTypeCode As String, _
	quantity As Double _
) As Decimal
Visual C++
public:
Decimal GetExtendedPrice(
	String^ customerTypeCode, 
	double quantity
)

Parameters

customerTypeCode
Type: System..::.String
The customer type of interest; corresponds to CustomerTypeCode. If an empty string is supplied, the non-member price is used.
quantity
Type: System..::.Double
The quantity to be priced.

Return Value

The extended price of the CStandardProduct.

See Also