Alokai

StoreCount

Representation of a Store Count StoreCount

export interface StoreCount {
	'count'?: number;
	'isoCode'?: string;
	'name'?: string;
	'storeCountDataList'?: Array<StoreCount>;
	'type'?: string;
}

Properties

NameRequiredTypeDescription
countOptionalnumberCount {number} StoreCount
isoCodeOptionalstringIso code of store {string} StoreCount
nameOptionalstringName of store count {string} StoreCount
storeCountDataListOptionalArray<StoreCount>List of store counts {Array<StoreCount>} StoreCount
typeOptionalstringType of store count {string} StoreCount

Referenced Types

On this page