abstract_api.core.common_entities.country module#

class abstract_api.core.common_entities.country.Country(code: str, name: str)[source]#

Bases: object

Country entity.

property code: str | None#

The country’s two-letter ISO 3166-1 alpha-2 code.

property name: str | None#

The name of the country.