Skip to main content

Class GetCustomersCriteriaCustomerNumber

Used to search by Customer Number.


Properties

NAMETYPEDESCRIPTION
CustomerNumberstringREQUIRED. The unique value associated with each customer to be used to search for a customer.

Examples

{
"__type": "GetCustomersCriteriaCustomerNumber:#JackHenry.Eps.Mobile.RDC",
"CustomerNumber": "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.ValidationResultCustomerNumber cannot be null or empty
JHA.EPS.SharedService.Common.Validator.ValidationResultCustomerNumber must be between 1 and 50 characters
JHA.EPS.SharedService.Common.Validator.ValidationResultCustomerNumber must contain visible characters