package
zuora
Type Members
-
case class
Address(lineOne: String, lineTwo: String, town: String, countyOrState: String, postCode: String, country: Country) extends Product with Serializable
-
case class
Country(alpha2: String, name: String, validate: (Address) ⇒ Boolean = ..., states: Seq[String] = immutable.this.Nil) extends Product with Serializable