DigitalPayRefund

public protocol DigitalPayRefund

Undocumented

  • Container reference in the transaction logs.

    This number uniquely identifies the payment transaction in the container.

    Declaration

    Swift

    var paymentTransactionRef: String { get }
  • The amount you want to refund.

    Declaration

    Swift

    var amount: Decimal { get }