Skip to main content

Class GetDataFieldsResponse

Contains the results from GetDataFieldsRequest


Properties

NAMETYPEDESCRIPTION
RequestIdstringUnique identifier used to identify the request associated with the response.
ResultResponseResultTypeValue indicating type of result. Possible values: Error (default), Success, ValidationError, NoChange
ResultCodestringCan be Error or Resource code depending on type of result.
ResultMessagestringMessage regarding details of the Result.
ValidationResultsValidationResult[]Array of ValidationResult objects containing messages regarding input validation.
CredentialsTokenCredentialsCredentials for subsequent web service requests.
DataFieldsDataField[]The list of optional or required data fields to capture for a deposit.

DataField

NAMETYPEDESCRIPTION
FieldNamestringThe dynamic field name used to capture custom values.
FieldTypeFieldTypeA grouping to identify where to show the fields.
IsRequiredboolIndicates that the field input is required.
TextstringThe text to display to the user.
ValidationstringThe regular expression used to validate the custom field.
ValidationMessagestringThe message to display when the validation fails.
ValuestringThe value the user input.

Examples

{
"__type":"GetDataFieldsResponse:#JackHenry.Eps.Mobile.RDC",
"DataFields":
[
{
"__type":"DataField:#JackHenry.Eps.Mobile.RDC",
"FieldName":"String Content",
"Text":"String Content",
"IsRequired":true,
"Value":"String Content",
"Validation":"String Content",
"ValidationMessage":"String Content",
"FieldType":FieldType.Transaction,
}
],
}

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