Passport
public struct Passport : Equatable, Hashable
extension Passport: Sendable
What you get back as a passport.
-
Declaration
Swift
public var guid: String -
Declaration
Swift
public var name: String -
Declaration
Swift
public var country: String -
Declaration
Swift
public var passportNumber: String -
Declaration
Swift
public var issueDateMonth: Int64 -
Declaration
Swift
public var issueDateDay: Int64 -
Declaration
Swift
public var issueDateYear: Int64 -
Declaration
Swift
public var expiryDateMonth: Int64 -
Declaration
Swift
public var expiryDateDay: Int64 -
Declaration
Swift
public var expiryDateYear: Int64 -
Declaration
Swift
public var timeCreated: Int64 -
Declaration
Swift
public var timeLastUsed: Int64? -
Declaration
Swift
public var timeLastModified: Int64 -
Declaration
Swift
public var timesUsed: Int64 -
init(guid:name: country: passportNumber: issueDateMonth: issueDateDay: issueDateYear: expiryDateMonth: expiryDateDay: expiryDateYear: timeCreated: timeLastUsed: timeLastModified: timesUsed: ) Declaration
Swift
public init(guid: String, name: String, country: String, passportNumber: String, issueDateMonth: Int64, issueDateDay: Int64, issueDateYear: Int64, expiryDateMonth: Int64, expiryDateDay: Int64, expiryDateYear: Int64, timeCreated: Int64, timeLastUsed: Int64?, timeLastModified: Int64, timesUsed: Int64)