Skip to main content

Class Velocity

Object representing an existing velocity record


Properties

NAMETYPEDESCRIPTION
Action TemplateAction Approve, Decline, Suspend. How to handle a transaction that exceeds velocity limits. Required field.
DailyAmountLimitSystem.DecimalDecimal field max value is 999999999. Value must be less than or equal to PeriodAmountLimit. Limit of total amount per day. Required field.
DailyCountLimitSystem.Int32Decimal field max value is 999999999. Value must be less than or equal to PeriodCountLimit. Limit of checks per day. Required field.
PeriodAmountLimitSystem.DecimalDecimal field max value is 999999999. Value must be greater than or equal to DailyAmountLimit. Limit of checks per period. Required field.
PeriodCountLimitSystem.Int32Decimal field max value is 999999999. Value must be greater than or equal to DailyCountLimit. Required field.
SingleAmountLimitSystem.DecimalLimit of amount per item
TemplateNameSystem.StringName of the template that exists in the EPS system. Max length is 50 characters. Must be unique.

Examples


{
"__type":"Velocity:#JackHenry.Eps.Mobile.RDAAdmin",
"TemplateName":"String Content",
"DailyCountLimit":0,
"SingleAmountLimit":12678967.54,
"DailyAmountLimit":12678967.54,
"PeriodCountLimit":0,
"PeriodAmountLimit":12678967.54,
"Action":
}