OrderNPayAuthTokenResponse Model

Nullable MaxLength(1024)
accessToken : string

The access token granted by the Auth Token request
NULL if the request failed

Nullable MaxLength(512)
errorMessage : string

An optional error message if the token request failed

Example
{
  "accessToken": "string value",
  "errorMessage": "string value"
}