Package com.fintecsystems.xs2a.java.models.wizard

Types

Polling
Link copied to clipboard
data class Polling(@Json(name = intervalinterval: Int?)
The polling attribute indicates whether the transaction status needs to be polled.
WizardResponse
Link copied to clipboard
data class WizardResponse(@Json(name = codecode: Int, @Json(name = messagemessage: String?, @Json(name = errorerror: WizardResponseError?, @Json(name = pollingpolling: Polling?, @Json(name = formform: FormObject?)
WizardResponseError
Link copied to clipboard
data class WizardResponseError(@Json(name = messagemessage: String, @Json(name = recoverablerecoverable: Boolean)
WizardSessionCurrentStep
Link copied to clipboard
enum WizardSessionCurrentStep : Enum<WizardSessionCurrentStep>
WizardSessionLastError
Link copied to clipboard
enum WizardSessionLastError : Enum<WizardSessionLastError>
WizardSessionObject
Link copied to clipboard
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)
WizardSessionResponse
Link copied to clipboard
data class WizardSessionResponse(@Json(name = transactiontransaction: String, @Json(name = wizard_session_keywizardSessionKey: String)