Click or drag to resize
CustomerPreferences Constructor
Creates a new instance of CustomerPreferences using given preferred options.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public CustomerPreferences(
	Nullable<int> currencyID,
	Nullable<int> shippingOptionID,
	Nullable<int> paymentOptionID
)

Parameters

currencyID
Type: SystemNullableInt32
The identifier of the preferred currency.
shippingOptionID
Type: SystemNullableInt32
The identifier of the preferred shipping option.
paymentOptionID
Type: SystemNullableInt32
The identifier of the preferred payment option.
See Also