DigitalPayRefundResponse

public protocol DigitalPayRefundResponse

The JSON success response structure of the Refunds endpoint.

  • Container reference in the transaction logs.

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

    Declaration

    Swift

    var transactionReceipt: String { get }
  • A flag to indicate if a split refund was only partially successful, ie. at least 1 of the refunds had a successful result.

    Declaration

    Swift

    var partialSuccess: Bool? { get }
  • List of refund response

    Declaration

    Swift

    var refundResponses: DigitalPayRefundTransactionResponse { get }