Skip to main content

Class GetTemplatesResponse

Response object containing array of templates


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.
Templates Template[] Array of Templates

Template

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.
DefaultOption DefaultOption Indicates whether template is a default template.
DescriptionSystem.StringString value with a max length of 250 characters. A brief description of the template. Required field. Limit of total amount per period. Required field.
IsEnabledSystem.BooleanIndicates whether template is enabled or disabled
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.

Example

{
"__type":"GetTemplatesResponse:#JackHenry.Eps.Mobile.RDAAdmin",
"Templates":
[
{
"__type":"Template:#JackHenry.Eps.Mobile.RDAAdmin",
"TemplateName":"String Content",
"Description":"String Content",
"IsEnabled":true,
"DefaultOption":
"DailyCountLimit":0,
"SingleAmountLimit":12678967.54,
"DailyAmountLimit":12678967.54,
"PeriodCountLimit":0,
"PeriodAmountLimit":12678967.54,
"Action":
}
],
}

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