Click or drag to resize
PaymentNotAuthorizedValidationError Class
Represents a validation error resulting from user not being authorized for payment.
Inheritance Hierarchy
SystemObject
  CMS.EcommercePaymentNotAuthorizedValidationError

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

The PaymentNotAuthorizedValidationError type exposes the following members.

Constructors
  NameDescription
Public methodPaymentNotAuthorizedValidationError
Initializes a new instance of the PaymentNotAuthorizedValidationError class.
Top
Properties
  NameDescription
Public propertyErrorMessage
Error message resulting from payment authorization.
Public propertyMessageKey
Gets a key which can be used to retrieve a localized error message.
Public propertyMessageParameters
Returns array containing error message.
Top
Extension Methods
  NameDescription
Public Extension MethodGetMessage
Returns a localized message with substituted parameters for validationError.
(Defined by IValidationErrorExtensions.)
Top
See Also