OpenPayCompletionResponse

The JSON response structure of the OpenPay Completions endpoint.

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

completionResponses
Link copied to clipboard

List of completion responses

abstract val completionResponses: List<OpenPayTransactionCompletionResponse>
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