data class ApiResult : ApiResultInterface
Json mapping of the result data from the Payment Highway API
result - Code value and message result
ApiResult(result: ApiResultInfo)
Json mapping of the result data from the Payment Highway API |
val result: ApiResultInfo
Code value and message result |
val OK: Int
Code value when the api result is successful |