itd-api / ShopDeliveryPoint
Interface: ShopDeliveryPoint
Defined in: models/shop.ts:87
Пункт выдачи заказа.
Properties
address
ts
address: string;Defined in: models/shop.ts:94
card
ts
card: boolean;Defined in: models/shop.ts:101
cash
ts
cash: boolean;Defined in: models/shop.ts:102
city
ts
city: string;Defined in: models/shop.ts:90
cityCode
ts
cityCode: number;Defined in: models/shop.ts:91
code
ts
code: string;Defined in: models/shop.ts:88
countryCode
ts
countryCode: string;Defined in: models/shop.ts:92
dressingRoom
ts
dressingRoom: boolean;Defined in: models/shop.ts:100
latitude
ts
latitude: number;Defined in: models/shop.ts:95
longitude
ts
longitude: number;Defined in: models/shop.ts:96
metro?
ts
optional metro?: string;Defined in: models/shop.ts:98
name
ts
name: string;Defined in: models/shop.ts:89
note?
ts
optional note?: string;Defined in: models/shop.ts:99
postalCode
ts
postalCode: string;Defined in: models/shop.ts:93
workTime?
ts
optional workTime?: string;Defined in: models/shop.ts:97