Class GetCustomersCriteriaCustomerName
Used to search by Customer Name.
Properties
NAME | TYPE | DESCRIPTION |
---|---|---|
CustomerName | string | REQUIRED. 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
TYPE | NAME | DESCRIPTION |
---|---|---|
JHA.EPS.SharedService.Common.Validator.IValidatorContext | context |
Overrides
GetCustomersCriteria.Validate(IValidatorContext)
Exceptions
TYPE | DESCRIPTION |
---|---|
JHA.EPS.SharedService.Common.Validator.ValidationResult | CustomerName cannot be null or empty |
JHA.EPS.SharedService.Common.Validator.ValidationResult | CustomerName must be between 1 and 50 characters |
JHA.EPS.SharedService.Common.Validator.ValidationResult | CustomerName must contain visible characters |