POCardTokenizationShouldContinueRequest

data class POCardTokenizationShouldContinueRequest constructor(val failure: ProcessOutResult.Failure, val uuid: UUID = UUID.randomUUID())

Defines the request to decide whether the flow should continue or complete after the failure.

Parameters

failure

Failure that can be inspected to decide whether the flow should continue or complete.

uuid

Unique identifier of request.

Constructors

Link copied to clipboard
constructor(failure: ProcessOutResult.Failure, uuid: UUID = UUID.randomUUID())

Properties

Link copied to clipboard
Link copied to clipboard
val uuid: UUID