Skip to content

courier

Courier dataclass

Python
1
Courier(car_model: str, car_number: str, name: str, phone: str)

Bases: SellerApiBaseModel

Данные о курьере.

car_model instance-attribute

Python
1
car_model: str

Модель автомобиля.

car_number instance-attribute

Python
1
car_number: str

Номер автомобиля.

name instance-attribute

Python
1
name: str

Полное имя курьера.

phone instance-attribute

Python
1
phone: str

Телефон курьера.