abstract_api.core.common_entities package#

Submodules#

Module contents#

class abstract_api.core.common_entities.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.