Skip to main content

Reconfirmation

The details of a reconfirmation for an end user agreement.

Properties

ReconfirmationUrl - Uri

URL for the reconfirmation process of an end user agreement.

Created - DateTime

The date and time when the reconfirmation was created.

UrlValidFrom - DateTime

The date and time the reconfirmation URL is valid from.

UrlValidTo - DateTime

The date and time the reconfirmation URL is valid to.

LastAccessed - DateTime?

The date and time when the reconfirmation was last accessed (not necessarily by the end-user).

LastSubmitted - DateTime?

The date and time when the reconfirmation was last submitted (it can be submitted multiple times).

RedirectUrl - Uri?

Redirect URL for reconfirmation to override requisition's redirect.

Accounts - Dictionary<string, ReconfirmationTimestamps>

Dictionary of account IDs and their reconfirm and reject timestamps.

Constructor

public Reconfirmation(Uri reconfirmationUrl, DateTime created, DateTime urlValidFrom, DateTime urlValidTo,
DateTime? lastAccessed, DateTime? lastSubmitted, Uri? redirectUrl,
Dictionary<string, ReconfirmationTimestamps> accounts)

Parameters

reconfirmationUrl - Uri

The URL for the reconfirmation process of an end user agreement.

created - DateTime

The date and time when the reconfirmation was created.

urlValidFrom - DateTime

The date and time the reconfirmation URL is valid from.

urlValidTo - DateTime

The date and time the reconfirmation URL is valid to.

lastAccessed - DateTime?

The date and time when the reconfirmation was last accessed (not necessarily by the end-user).

lastSubmitted - DateTime?

The date and time when the reconfirmation was last submitted (it can be submitted multiple times).

redirectUrl - Uri?

The redirect URL for reconfirmation to override requisition's redirect.

accounts - Dictionary<string, ReconfirmationTimestamps>

The dictionary of account IDs and their reconfirm and reject timestamps.