DigitalPayRefundRequest

public protocol DigitalPayRefundRequest

The JSON request structure of the Refunds 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 refunds

    Declaration

    Swift

    var refunds: [DigitalPayRefund] { get }