Click or drag to resize
ShippingAddressDoesNotMatchCustomerValidationError Class
Represents a validation error caused by setting shipping address from different customer.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceShippingAddressDoesNotMatchCustomerValidationError

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public class ShippingAddressDoesNotMatchCustomerValidationError : IValidationError

The ShippingAddressDoesNotMatchCustomerValidationError type exposes the following members.

Constructors
  NameDescription
Public methodShippingAddressDoesNotMatchCustomerValidationError
Top
Extension Methods
  NameDescription
Public Extension MethodGetMessage
Returns a localized message with substituted parameters for validationError.
(Defined by IValidationErrorExtensions.)
Top
See Also