OpenPayVoidResponse

The JSON success response structure of the Openpay Voids endpoint.

interface OpenPayVoidResponse : Serializable

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

transactionReceipt
Link copied to clipboard

Container reference in the transaction logs. This number uniquely identifies the whole/grouped transaction in the container.

abstract val transactionReceipt: String
voidResponses
Link copied to clipboard

List of void responses

abstract val voidResponses: List<OpenPayVoidTransactionResponse>