PaymentOptionValidator Methods |
The PaymentOptionValidator type exposes the following members.
Name | Description | |
---|---|---|
Validate |
Validates whether a payment option can be associated with the shopping cart.
| |
ValidatePaymentOption |
Validates that payment option is:
not null,
assigned to the same site as the shopping cart or payment option is a global object,
applicable to the shopping cart.
|
Name | Description | |
---|---|---|
ContainsTValidatorError |
Returns a value indicating whether a validation error of type TValidatorError is in Errors.
(Defined by IValidatorExtensions.) | |
FirstErrorType | (Defined by IValidatorExtensions.) | |
GetErrorMessages |
Returns collection of localized error messages that occurred during validation.
(Defined by IValidatorExtensions.) |