com.gu

i18n

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

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

  3. sealed trait Currency extends AnyRef

Value Members

  1. object AUD extends Currency with Product with Serializable

  2. object CAD extends Currency with Product with Serializable

  3. object Country extends Serializable

  4. object CountryGroup extends Serializable

  5. object Currency

  6. object EUR extends Currency with Product with Serializable

  7. object GBP extends Currency with Product with Serializable

  8. object NZD extends Currency with Product with Serializable

  9. object USD extends Currency with Product with Serializable

Ungrouped