PaymentActionRequired
@objcMembers
public class PaymentActionRequired : NSObject, Codable
Holds payment actions required by remote host
-
The transaction reference defined by the merchant to uniquely identify the payment.
Declaration
Swift
public private(set) var merchantTransactionReference: String { get }
-
Description of the action required for the payment.
Declaration
Swift
public private(set) var data: PaymentActionRequiredData { get }
-
Used to parse the response from the server.
Declaration
Swift
required public init(from decoder: Decoder) throws