InitializationResponseData

data class InitializationResponseData(code: Int, name: String, email: String, merchantId: Int, description: String)

This class represents the data used to respond a started initialization

Since

0.0.9

Parameters

code

Corresponds the code of result operation

name

Corresponds name of initialized merchant

email

Corresponds email of initialized merchant

merchantId

Corresponds id of initialized merchant

description

Description of error when necessary

Constructors

Link copied to clipboard
fun InitializationResponseData(code: Int, name: String, email: String, merchantId: Int, description: String)

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
val description: String
Link copied to clipboard
val email: String
Link copied to clipboard
val merchantId: Int
Link copied to clipboard
val name: String