E-Payment Integrator 2020 Kotlin Edition

Questions / Feedback?

Status Event

Traces the commands sent to the server, and the respective replies.

Syntax

public open class DefaultCheck21EventListener : Check21EventListener {
  ...
  public override fun status(e: Check21StatusEvent) {}
  ...
}

public class Check21StatusEvent {
  val message: String?
}

Remarks

The Status event is useful for debugging purposes. It shows all the interaction between the client and the server, line by line.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Kotlin Edition - Version 20.0 [Build 7941]