Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.23 KB

ClaimItem.md

File metadata and controls

19 lines (16 loc) · 1.23 KB

# ClaimItem

Properties

Name Type Description Notes
id string UUID объекта
number string Номер требования
date \DateTime Дата создания требования (в часовом поясе создателя требования)
serial_id int Порядковый номер заказа [optional]
order_id string Индентификатор заказа
consignor \MagDv\Cargomart\Dto\CompanyShort Заказчик [optional]
carrier \MagDv\Cargomart\Dto\CompanyShort Перевозчик [optional]
penalty_sum \MagDv\Cargomart\Dto\PriceValue Рассчитанная сумма штрафа [optional]
status \MagDv\Cargomart\Dto\ClaimStatus
claimant \MagDv\Cargomart\Dto\ClaimantType [optional]
respondent \MagDv\Cargomart\Dto\ClaimantType [optional]

[Back to Model list] [Back to API list] [Back to README]