Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.47 KB

File metadata and controls

32 lines (26 loc) · 1.47 KB

ReceiptItem

Properties

Name Type Required Description
type ReceiptItemType
sku string
quantity number
grossPaidPrice number
taxAmount number
taxPercent number
articleNumber string
articleName string
packQuantity number
extraData ReceiptExtraDataItem[]
articleGroup string
marginPercent number
awardsBonus boolean
discounts ReceiptItemDiscount[]

ReceiptItemType

Properties

Name Type Required Description
PURCHASE string "PURCHASE"
RETURN string "RETURN"
ADJUSTMENT string "ADJUSTMENT"