CustomerPreferences Constructor |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax 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