Status200
public class Status200 : APIModel
Get all valid payment tokens for user. Valid means that a token was successfully created and is not expired. It might be unusable, for example if it is used in a transaction already.
-
Undocumented
Declaration
Swift
public var data: PCPayPaymentTokens? -
Undocumented
Declaration
Swift
public init(data: PCPayPaymentTokens? = 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
View on GitHub
Status200 Class Reference