PaymentAction
@objcMembers
public class PaymentAction : NSObject, Codable
Message with details of the action completed by the merchant.
-
The transaction reference defined by the merchant to uniquely identify the payment.
Declaration
Swift
public private(set) var merchantTransactionReference: String { get }
-
Message with details of the action completed by the merchant.
Declaration
Swift
public init(merchantTransactionReference: String)
Parameters
merchantTransactionReference
The transaction reference defined by the merchant to uniquely identify the payment.
-
Used to parse the request to the server.
Declaration
Swift
public func encode(to encoder: Encoder) throws