Class UpdateVelocityCriteria
Criteria to find an existing velocity record to update.
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. |
Examples
{
"__type": "UpdateVelocityCriteria:#JackHenry.Eps.Mobile.RDAAdmin",
"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 | HomeBankingId cannot be null |