country_code property

country_code property

Gets or sets the two-letter ISO country code. The country code is mandatory unless the entire address contains null or empty values.

Definition:

@property
def country_code(self):
    ...
@country_code.setter
def country_code(self, value):
    ...

See Also