GatewayTokenRequestContract Class

Definition

Gateway token request contract properties.

public class GatewayTokenRequestContract
type GatewayTokenRequestContract = class
Public Class GatewayTokenRequestContract
Inheritance
GatewayTokenRequestContract

Constructors

GatewayTokenRequestContract()

Initializes a new instance of the GatewayTokenRequestContract class.

GatewayTokenRequestContract(KeyType, DateTime)

Initializes a new instance of the GatewayTokenRequestContract class.

Properties

Expiry

Gets or sets the Expiry time of the Token. Maximum token expiry time is set to 30 days. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

KeyType

Gets or sets the Key to be used to generate gateway token. Possible values include: 'primary', 'secondary'

Methods

Validate()

Validate the object.

Applies to