Skip to main content

Class GetAccountsCriteriaReferenceId

Criteria for retrieving accounts based on a given account reference ID


Properties

NAMETYPEDESCRIPTION
ReferenceIdSystem.StringA string value with the account identification number in the EPS system (this is not the account number). Must be a unique value that most often corresponds to the account's unique identifier in the Financial Institution's system. Max length 50 characters. Required field.

Examples

{
"__type": "GetAccountsCriteriaReferenceId:#JackHenry.Eps.Mobile.RDAAdmin",
"ReferenceId": "String Content"
}

Methods

Validate(IValidatorContext)

Declaration

public override void Validate(IValidatorContext context)

Parameters

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

Overrides

GetAccountsCriteria.Validate(IValidatorContext)

Exceptions

TYPEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.ValidationResultReferenceId cannot be null
JHA.EPS.SharedService.Common.Validator.ValidationResultReferenceId must be between 1-50 characters
JHA.EPS.SharedService.Common.Validator.ValidationResultReferenceId must contain only visible characters