Skip to main content

Class UpdateAccountCriteria

The criteria for finding an account to update based on a given Home Banking ID and Account Reference ID


Properties

NAMETYPEDESCRIPTION
HomeBankingIdSystem.StringA string value with a unique identifier for the customer. It is required for all customers boarded with the RDA Web Service and most often corresponds to the customer's unique identifier in the Financial Institution's system. Max length is 50 characters.
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": "UpdateAccountCriteria:#JackHenry.Eps.Mobile.RDAAdmin",
"ReferenceId": "String Content",
"HomeBankingId": "String Content"
}

Methods

Validate(IValidatorContext)

Declaration

public void Validate(IValidatorContext context)

Parameters

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

Exceptions

TYPEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.ValidationResultReferenceId cannot be null
JHA.EPS.SharedService.Common.Validator.ValidationResultHomeBankingId cannot be null