DigitalPayVoidRequest

public protocol DigitalPayVoidRequest

The JSON request structure of the Voids endpoint.

  • A merchant application specific reference number. This number should uniquely identify the transaction in the merchant’s system.

    Declaration

    Swift

    var clientReference: String { get }
  • The merchant order number of the transaction.

    Declaration

    Swift

    var orderNumber: String { get }
  • List of voided payments

    Declaration

    Swift

    var voids: [DigitalPayVoid] { get }