country_code

Address.country_code

Type: Optional[str]

Get

Gets the two-letter ISO country code. The country code is mandatory unless the entire address contains None or emtpy values.

Returns: The ISO country code.

Set

Sets the two-letter ISO country code. The country code is mandatory unless the entire address contains None or emtpy values.

ParameterTypeDescription
valueOptional[str]