Status201
public class Status201 : APIModel
By registering you allow the user to use PayDirekt as a payment method. The payment method ID is optional when posting data. Registering PayDirekt as payment method is a 2-step process, thus the payment method will only be created after the user approved it on the PayDirekt website. The approval URL in the response will point you to the correct page. After the user takes action the user is redirected to one of the three redirect URLs provided by you.
-
Undocumented
Declaration
Swift
public var data: PCPayPaymentMethod?
-
Undocumented
Declaration
Swift
public init(data: PCPayPaymentMethod? = nil)
-
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Undocumented
Declaration
Swift
public func isEqual(to object: Any?) -> Bool
-
Declaration
Swift
public static func == (lhs: Status201, rhs: Status201) -> Bool