Skip to main content

Class GetTermsAndConditionsRequest

Used to get the terms and conditions.


Properties

NAMETYPEDESCRIPTION
RequestIdSystem.stringUnique identifier used to identify the request. Used when associating the request to the response.
RequestDateSystem.DateTimeDateTime request was made. Request timeout is 1 minute.
Credentials TokenCredentials REQUIRED. Generic object representing different security token validation options to authenticate to the EPS system.
HTMLEncodedSystem.BooleanREQURED. Set to true if you would like to see the results returned in a format more suitable for HTML display.

Examples

{
"__type": "GetTermsAndConditionsRequest:#JackHenry.Eps.Mobile.RDA",
"HTMLEncoded": true
}

Methods

Validate(IValidatorContext)

Declaration

public override void Validate(IValidatorContext context)

Parameters

TYPENAMEDESCRIPTION
JHA.EPS.SharedService.Common.Validator.IValidatorContextcontext

Overrides

AuthenticatedRequest.Validate(IValidatorContext)