Status200
public class Status200 : APIModel
This request returns all payment methods with included pre-authorized tokens. The list will contain the pre-authorized amount (incl. currency), the purpose PRNs, all information about the payment method, and the paymentToken that can be used to complete the payment. If no payment method is associated with a pre-authorized token, the result will contain only the payment methods.
-
Undocumented
Declaration
Swift
public var data: PCPayPaymentMethods?
-
Undocumented
Declaration
Swift
public var included: [PCPayPaymentToken]?
-
Undocumented
Declaration
Swift
public init(data: PCPayPaymentMethods? = nil, included: [PCPayPaymentToken]? = 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: Status200, rhs: Status200) -> Bool