Contact

class Contact

Types

Gender
Link copied to clipboard
enum Gender : Enum<GasStation.Contact.Gender>

Properties

email
Link copied to clipboard
var email: String? = null
faxNumber
Link copied to clipboard
var faxNumber: String? = null
firstName
Link copied to clipboard
var firstName: String? = null
gender
Link copied to clipboard
var gender: GasStation.Contact.Gender? = null
lastName
Link copied to clipboard
var lastName: String? = null
phoneNumber
Link copied to clipboard
var phoneNumber: String? = null