Country

public struct Country : Codable

Country

See also

CountryType
  • id

    The ISO 3166-1-alpha-2 country code (see [ISO3166]).

    Note

    For input parameters, both GB and UK are accepted.

    Declaration

    Swift

    public let id: String?
  • Full name of the country.

    Declaration

    Swift

    public let name: String?