Alokai
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

NameRequiredTypeDescription
isocodeRequiredstringRequired isocode property.

On this page