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

    Permalink
  3. sealed trait Currency extends AnyRef

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

    Permalink

Ungrouped