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 AUD extends Currency with Product with Serializable

    Permalink
  2. object CAD extends Currency with Product with Serializable

    Permalink
  3. object Country extends Serializable

    Permalink
  4. object CountryGroup extends Serializable

    Permalink
  5. object Currency

    Permalink
  6. object EUR extends Currency with Product with Serializable

    Permalink
  7. object GBP extends Currency with Product with Serializable

    Permalink
  8. object NZD extends Currency with Product with Serializable

    Permalink
  9. object PostCode extends PostalCode with Product with Serializable

    Permalink
  10. object Title extends Serializable

    Permalink
  11. object USD extends Currency with Product with Serializable

    Permalink
  12. object ZipCode extends PostalCode with Product with Serializable

    Permalink

Ungrouped