TransactionRefundDetails

public protocol TransactionRefundDetails

Request payload containing the refund reason and instructions

  • The reason for the refund, or other message logged with the transaction

    Declaration

    Swift

    var reason: String { get }
  • An optional client reference to be associated with the transaction.

    If not supplied the transactionId will be used.

    Declaration

    Swift

    var clientReference: String? { get }