io.paymenthighway.sdk.model / ApiResult

ApiResult

data class ApiResult : ApiResultInterface

Json mapping of the result data from the Payment Highway API

Parameters

result - Code value and message result

Constructors

<init>

ApiResult(result: ApiResultInfo)

Json mapping of the result data from the Payment Highway API

Properties

result

val result: ApiResultInfo

Code value and message result

Companion Object Properties

OK

val OK: Int

Code value when the api result is successful