Address

class Address

Properties

city
Link copied to clipboard
var city: String? = null
countryCode
Link copied to clipboard
var countryCode: String? = null
houseNo
Link copied to clipboard
var houseNo: String? = null
postalCode
Link copied to clipboard
var postalCode: String? = null
street
Link copied to clipboard
var street: String? = null