Class UpdateAccountCriteria
The criteria for finding an account to update based on a given Home Banking ID and Account Reference ID
Properties
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| HomeBankingId | System.String | A 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. |
| ReferenceId | System.String | A 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
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| JHA.EPS.SharedService.Common.Validator.IValidatorContext | context |
Exceptions
| TYPE | DESCRIPTION |
|---|---|
| JHA.EPS.SharedService.Common.Validator.ValidationResult | ReferenceId cannot be null |
| JHA.EPS.SharedService.Common.Validator.ValidationResult | HomeBankingId cannot be null |