itd-api / ShopRecipient
Interface: ShopRecipient
Defined in: models/shop.ts:125
Данные получателя заказа.
Properties
address
ts
address: string;Defined in: models/shop.ts:131
city
ts
city: string;Defined in: models/shop.ts:130
cityCode
ts
cityCode: number | null;Defined in: models/shop.ts:132
comment
ts
comment: string;Defined in: models/shop.ts:134
country
ts
country: string;Defined in: models/shop.ts:129
deliveryPoint
ts
deliveryPoint: string;Defined in: models/shop.ts:133
email
ts
email: string;Defined in: models/shop.ts:128
name
ts
name: string;Defined in: models/shop.ts:126
phone
ts
phone: string;Defined in: models/shop.ts:127