Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.28 KB

OrderItemRequest.md

File metadata and controls

23 lines (20 loc) · 1.28 KB

OrderItemRequest

Properties

Name Type Description Notes
code string Internal code for item (internal to e-shop). Used to better identify the item for future changes
ean string EAN code. [optional]
name string Item name
type \SkipPay\Model\ItemType [optional]
variant string Item variant [optional]
description string [optional]
producer string Producer name [optional]
categories string[] List of item categories [optional]
totalPrice \SkipPay\Model\Amount
totalVat \SkipPay\Model\VatAmount
productUrl string URL of the item in e-shop [optional]
image \SkipPay\Model\FileRequest [optional]
unitPrice \SkipPay\Model\Amount [optional]
unitVat \SkipPay\Model\VatAmount [optional]
quantity float (positive float/decimal up to 3 decimal places) Item quantity. If empty, considered as 1. [optional]

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