Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.25 KB

PrecheckOrderItemRequest.md

File metadata and controls

22 lines (19 loc) · 1.25 KB

PrecheckOrderItemRequest

Properties

Name Type Description Notes
code string Internal code for item (internal to e-shop). Used to better identify the item for future changes [optional]
ean string EAN code [optional]
name string Item name [optional]
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 [optional]
totalVat \SkipPay\Model\VatAmount [optional]
productUrl string URL of the item in e-shop [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]