ServiceCountry

public struct ServiceCountry : Codable

Describes a country for a service data source

  • The country’s identifier

    Declaration

    Swift

    public let identifier: Int
  • The country’s name

    Declaration

    Swift

    public let name: String
  • The country code

    Declaration

    Swift

    public let code: String