Skip to main content

Class GetVelocityResponse

Contains the results from a GetVelocityRequest


Properties

NAMETYPEDESCRIPTION
RequestIdSystem.stringUnique identifier used to identify the request associated with the response.
ResultResponseResultTypeValue indicating type of result. Possible values: Error (default), Success, ValidationError, NoChange
ResultCodeSystem.stringCan be Error or Resource code depending on type of result.
ResultMessageSystem.stringMessage regarding details of the Result.
ValidationResultsValidationResult[]Array of ValidationResult objects containing messages regarding input validation.
Credentials TokenCredentials A security token representing an authenticated user which will be used in subsequent calls. The token expires after 20 minutes.
Velocity Velocity The velocity setting

Velocity

NAMETYPEDESCRIPTION
ActionJHA.EPS.SharedService.Common.Model.SharedBusinessLogic.MobileDeposit.VelocityActionApprove, Decline, Suspend. How to handle a transaction that exceeds velocity limits. Required field.
DailyAmountSystem.DecimalCurrent Daily Amount being used for Velocity.
DailyAmountLimitSystem.DecimalDecimal field max value is 999999999. Value must be less than or equal to PeriodAmountLimit. Limit of total amount per day. Required field.
DailyCountSystem.Int32Current Daily Count being used for Velocity.
DailyCountLimitSystem.Int32Decimal field max value is 999999999. Value must be less than or equal to PeriodCountLimit. Limit of checks per day. Required field.
IsEnabledSystem.BooleanShows that the Velocity setting is taking effect.
PeriodAmountSystem.DecimalCurrent Monthly Amount being used for Velocity.
PeriodAmountLimitSystem.DecimalDecimal field max value is 999999999. Value must be greater than or equal to DailyAmountLimit. Limit of checks per period. Required field.
PeriodCountSystem.Int32Current Monthly Count being used for Velocity.
PeriodCountLimitSystem.Int32Decimal field max value is 999999999. Value must be greater than or equal to DailyCountLimit. Required field.
SingleAmountLimitSystem.DecimalLimit of amount per item

Examples

{
"__type":"GetVelocityResponse:#JackHenry.Eps.Mobile.RDA",
"Velocity":
{
"__type":"Velocity:#JackHenry.Eps.Mobile.RDA",
"DailyCountLimit":0,
"DailyAmountLimit":12678967.54,
"PeriodCountLimit":0,
"PeriodAmountLimit":12678967.54,
"DailyCount":0,
"DailyAmount":12678967.54,
"PeriodCount":0,
"PeriodAmount":12678967.54,
"Action":
"SingleAmountLimit":12678967.54,
"IsEnabled":true,
}
}

Methods

Exception(string)

Declaration

public void Exception(string message)

Parameters

TYPENAMEDESCRIPTION
System.Stringmessage

NullRequestResonse()

Declaration

public static Response NullRequestResonse()

Return Value

TYPEDESCRIPTION
Response

Success()

Declaration

public void Success()

Success(String)

Declaration

public void Success(string resultMessage)

Parameters

TYPENAMEDESCRIPTION
System.StringresultMessage