Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 986 Bytes

OrderItemResponseAllOf.md

File metadata and controls

16 lines (13 loc) · 986 Bytes

OrderItemResponseAllOf

Properties

Name Type Description Notes
state \SkipPay\Model\OrderDeliveryState
sentDate \DateTime Date when item was sent. Only when the whole order was NOT sent at once.
deliveryDate \DateTime Date when item was delivered. Only when the whole order was NOT sent at once.
deliveryTrackingNumber string Tracking number for the item. Only when the whole order was NOT sent at once.
image \SkipPay\Model\FileResponse [optional]
unitPrice \SkipPay\Model\Amount
unitVat \SkipPay\Model\VatAmount
quantity float (positive float/decimal up to 3 decimal places) Item quantity.

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