InitiateRequest

data class InitiateRequest(email: String, passwd: String, merchantId: Int, isToForceInit: Boolean)

Initialization request

Represents the data request to run initialization

Since

0.0.9

Constructors

Link copied to clipboard
fun InitiateRequest(email: String, passwd: String, merchantId: Int, isToForceInit: Boolean = false)

Properties

Link copied to clipboard
val email: String

The user email

Link copied to clipboard
val isToForceInit: Boolean = false

Represents the flag to force a complete initialization. When using the same credential and this flag is true, the whole initialization process will be performed, including the login authentication.

Link copied to clipboard
val merchantId: Int

The merchantID of the merchant

Link copied to clipboard
val passwd: String

The user password