Code generated by commercetools RMF-Codegen. DO NOT EDIT. Please don't change this file manually but run rmf-codegen generate raml_file_path -o output_path -t typescript_client to update it. For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.

interface StoreCountry {
    code: string;
}

Properties

Properties

code: string

Two-digit country code as per ISO 3166-1 alpha-2.

Generated using TypeDoc