Package

com.gu

i18n

Permalink

package i18n

Visibility
  1. Public
  2. All

Type Members

  1. case class Country(alpha2: String, name: String, states: Seq[String] = Nil) extends Product with Serializable

    Permalink
  2. case class CountryGroup(name: String, id: String, defaultCountry: Option[Country], countries: List[Country], currency: Currency, postalCode: PostalCode) extends Product with Serializable

    Permalink
  3. sealed trait Currency extends AnyRef

    Permalink
  4. sealed trait PostalCode extends AnyRef

    Permalink
  5. case class Title(title: String) extends Product with Serializable

    Permalink

Value Members

  1. object Country extends Serializable

    Permalink
  2. object CountryGroup extends Serializable

    Permalink
  3. object Currency

    Permalink
  4. object PostCode extends PostalCode with Product with Serializable

    Permalink
  5. object Title extends Serializable

    Permalink
  6. object ZipCode extends PostalCode with Product with Serializable

    Permalink

Ungrouped