Click or drag to resize
CustomerPreferencesShippingOptionID Property
ID of the preferred shipping option. null when preference is unknown.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public Nullable<int> ShippingOptionID { get; }

Property Value

Type: NullableInt32
See Also