DigitalPayVoidResponse

The JSON success response structure of the Voids endpoint.

interface DigitalPayVoidResponse : 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

partialSuccess
Link copied to clipboard

A flag to indicate if a split void was only partially successful, ie. at least 1 of the voids had a successful result.

abstract val partialSuccess: Boolean?
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<DigitalPayVoidTransactionResponse>