WizardSessionObject

data class WizardSessionObject(@Json(name = idid: String, @Json(name = transactiontransaction: String, @Json(name = wizard_session_keywizardSessionKey: String, @Json(name = productproduct: Product?, @Json(name = parametersparameters: Any, @Json(name = last_errorlastError: WizardSessionLastError, @Json(name = testmodetestmode: Boolean, @Json(name = finishedfinished: Boolean, @Json(name = current_stepcurrentStep: WizardSessionCurrentStep, @Json(name = created_atcreatedAt: OffsetDateTime)

Parameters

id

Internal identifier.

transaction

Public transaction identifier.

wizardSessionKey

Key to start the wizard

product

Name of the used product.

parameters

An array which contains the current wizard configuration.

lastError

The last occurred error. This is overwritten, if another error occurs.

testmode

true if this session runs in testmode. false otherwise.

finished

true if this session was finished successfully. false if not or still running.

currentStep

The current wizard step of this session.

createdAt

Type of creation

Constructors

WizardSessionObject
Link copied to clipboard
fun WizardSessionObject(@Json(name = idid: String, @Json(name = transactiontransaction: String, @Json(name = wizard_session_keywizardSessionKey: String, @Json(name = productproduct: Product? = null, @Json(name = parametersparameters: Any, @Json(name = last_errorlastError: WizardSessionLastError, @Json(name = testmodetestmode: Boolean, @Json(name = finishedfinished: Boolean, @Json(name = current_stepcurrentStep: WizardSessionCurrentStep, @Json(name = created_atcreatedAt: OffsetDateTime)
Internal identifier.

Properties

createdAt
Link copied to clipboard
var createdAt: OffsetDateTime
Type of creation
currentStep
Link copied to clipboard
var currentStep: WizardSessionCurrentStep
The current wizard step of this session.
finished
Link copied to clipboard
var finished: Boolean
true if this session was finished successfully.
id
Link copied to clipboard
var id: String
Internal identifier.
lastError
Link copied to clipboard
var lastError: WizardSessionLastError
The last occurred error.
parameters
Link copied to clipboard
var parameters: Any
An array which contains the current wizard configuration.
product
Link copied to clipboard
var product: Product? = null
Name of the used product.
testmode
Link copied to clipboard
var testmode: Boolean
true if this session runs in testmode.
transaction
Link copied to clipboard
var transaction: String
Public transaction identifier.
wizardSessionKey
Link copied to clipboard
var wizardSessionKey: String
Key to start the wizard