ULHotelAddress

fun ULHotelAddress(streetAddress: String? = null, postalCode: String? = null, city: String? = null, region: String? = null, country: String? = null)

Init method to create a ULHotelAddress object with the given parameters