SearchAddressCountry

public struct SearchAddressCountry : Codable, Hashable, Equatable

Contains values for a given country including name (required) and possibly ISO 3166-1 Alpha 2 and Alpha 3 codes.

  • Name of this country

    Declaration

    Swift

    public var name: String
  • ISO 3166-1 Alpha 2 country code

    Declaration

    Swift

    public var countryCode: String?
  • ISO 3166-1 Alpha 3 country code

    Declaration

    Swift

    public var countryCodeAlpha3: String?