Passport

data class Passport(var guid: String, var name: String, var country: String, var passportNumber: String, var issueDateMonth: Long, var issueDateDay: Long, var issueDateYear: Long, var expiryDateMonth: Long, var expiryDateDay: Long, var expiryDateYear: Long, var timeCreated: Long, var timeLastUsed: Long?, var timeLastModified: Long, var timesUsed: Long)

What you get back as a passport.

Constructors

Link copied to clipboard
constructor(guid: String, name: String, country: String, passportNumber: String, issueDateMonth: Long, issueDateDay: Long, issueDateYear: Long, expiryDateMonth: Long, expiryDateDay: Long, expiryDateYear: Long, timeCreated: Long, timeLastUsed: Long?, timeLastModified: Long, timesUsed: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard