PaymentActionRequiredData
@objcMembers
public class PaymentActionRequiredData : NSObject, Codable
Base class for all types of actions required during a payment
-
The action which is required to be performed to continue the payment.
Declaration
Swift
public private(set) var action: ActionType { get }