Skip to main content

Class GetCustomersCriteriaCustomerName

Used to search by Customer Name.


Properties

NAMETYPEDESCRIPTION
CustomerNamestringREQUIRED. The name of the customer to search by.

Examples

{
"__type": "GetCustomersCriteriaCustomerName:#JackHenry.Eps.Mobile.RDC",
"CustomerName": "String Content"
}

Methods

Validate(IValidatorContext)

Declaration

public override void Validate(IValidatorContext context)

Parameters

TYPENAMEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.IValidatorContextcontext

Overrides

GetCustomersCriteria.Validate(IValidatorContext)

Exceptions

TYPEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.ValidationResultCustomerName cannot be null or empty
JHA.EPS.SharedService.Common.Validator.ValidationResultCustomerName must be between 1 and 50 characters
JHA.EPS.SharedService.Common.Validator.ValidationResultCustomerName must contain visible characters