Skip to main content

Class ProcessTermsAndConditionsRequest

Used to accept or decline 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.
AcceptedSystem.BooleanREQUIRED. The value indicating whether or not the user accepts the terms and conditions.

Examples

{
"__type": "ProcessTermsAndConditionsRequest:#JackHenry.Eps.Mobile.RDA",
"Accepted": true
}

Methods

Validate(IValidatorContext)

Declaration

public override void Validate(IValidatorContext context)

Parameters

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

Overrides

AuthenticatedRequest.Validate(IValidatorContext)