Status201
public class Status201 : APIModel
By registering you allow the user to use a Hoyer Card as a payment method. The payment method ID is optional when posting data.
-
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