OpenPayRefund

public protocol OpenPayRefund

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 }
  • The GST amount of the amount you want to refund.

    Declaration

    Swift

    var gstAmount: Decimal? { get }
  • The reason or justification for the refund.

    Declaration

    Swift

    var reason: String? { get }