You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
RequiredCountryProps
A subset of Address country properties required by certain endpoints (e.g createAddress, createCartPaymentDetails ).
export interface RequiredCountryProps {
isocode: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
isocode | Required | string | Required isocode property. |