AddressEntry

constructor(street: String? = null, locality: String? = null, region: String? = null, postalCode: String? = null, countryName: String? = null, poBox: String? = null, type: AddressType = AddressType.OTHER)