Company

data class Company(val city: String?, val country: String?, val name: String?, val street: String?, val zip: String?)

Class describing a company

Constructors

Link copied to clipboard
constructor(city: String?, country: String?, name: String?, street: String?, zip: String?)

Properties

Link copied to clipboard

Get the name of the city

Link copied to clipboard

Get the name of the country

Link copied to clipboard

Get the companies name

Link copied to clipboard

Get the name of the street, including the house number

Link copied to clipboard

Get the zip code