SDKV2RequiredAction

data class SDKV2RequiredAction(val type: String, val requiredDataJson: String)

Represents an action required to continue processing the transaction. See Geopagos public documentation website for more details.

Parameters

type

the type identifier of the required action

requiredDataJson

a JSON string containing the data associated with this required action

Constructors

Link copied to clipboard
constructor(type: String, requiredDataJson: String)

Properties

Link copied to clipboard
Link copied to clipboard