DigitalPayVoidResponse

public protocol DigitalPayVoidResponse

The JSON success response structure of the Voids 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 void was only partially successful, ie. at least 1 of the voids had a successful result.

    Declaration

    Swift

    var partialSuccess: Bool? { get }
  • List of void responses

    Declaration

    Swift

    var voidResponses: [DigitalPayVoidTransactionResponse] { get }