case class AddressValue(houseNumber: Option[String], poBox: Option[String], road: Option[String], city: Option[String], state: Option[String], postalCode: Option[String], countryRegion: Option[String], streetAddress: Option[String]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AddressValue
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All