GeoZoneDTO
The geo zone details.
id
stringRequiredThe ID of the geo zone.
The type of the geo zone.
country_code
stringRequiredThe country code of the geo zone.
province_code
null | stringRequiredThe province code of the geo zone.
city
null | stringRequiredThe city of the geo zone.
postal_expression
null | Record<string, unknown>RequiredThe postal expression of the geo zone.
metadata
null | Record<string, unknown>RequiredHolds custom data in key-value pairs.
created_at
DateRequiredThe creation date of the geo zone.
updated_at
DateRequiredThe update date of the geo zone.
deleted_at
null | DateRequiredThe deletion date of the geo zone.
Was this section helpful?