PaymentNotification

@objcMembers
public class PaymentNotification : NSObject, Codable

The message to communicate the real-time status of an in-flight payment.

  • The transaction reference defined by the merchant to uniquely identify the payment.

    Declaration

    Swift

    public private(set) var merchantTransactionReference: String { get }
  • Holds payment status information returned from the remote host

    Declaration

    Swift

    public private(set) var notificationText: String { get }