Country

public struct Country : Equatable

Undocumented

  • Undocumented

    Declaration

    Swift

    public let countryCode: String
  • Country model initializier

    Declaration

    Swift

    public init?(countryCode: String)

    Parameters

    countryCode

    Permitted values are ISO 3166-1 alpha 2 country codes (e.g. US, DE, GB)