DigitalPayRefundResponse

The JSON success response structure of the Refunds endpoint.

interface DigitalPayRefundResponse : 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 refund was only partially successful, ie. at least 1 of the refunds had a successful result.

abstract val partialSuccess: Boolean?
refundResponses
Link copied to clipboard

List of refund response

abstract val refundResponses: List<DigitalPayRefundTransactionResponse>
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