StatusResponse

data class StatusResponse(val code: Int? = null, val message: String? = null, val errorCode: String? = null, val data: StatusData? = null)

Raw response of GET /v1/payment/checkout/status.

Only the fields the SDK actually uses are mapped; unknown fields are ignored by Gson.

Constructors

Link copied to clipboard
constructor(code: Int? = null, message: String? = null, errorCode: String? = null, data: StatusData? = null)

Properties

Link copied to clipboard
val code: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard