Properties
Name | Type | Required | Description |
---|---|---|---|
Type_ | ReceiptItemType | ✅ | |
Sku | string | ✅ | |
Quantity | long | ✅ | |
GrossPaidPrice | double | ✅ | |
TaxAmount | double | ✅ | |
TaxPercent | double | ✅ | |
ArticleNumber | string | ✅ | |
ArticleName | string | ✅ | |
PackQuantity | double | ❌ | |
ExtraData | List<ReceiptExtraDataItem> |
❌ | |
ArticleGroup | string | ❌ | |
MarginPercent | double | ❌ | |
AwardsBonus | bool | ❌ | |
Discounts | List<ReceiptItemDiscount> |
❌ |
Properties
Name | Type | Required | Description |
---|---|---|---|
Purchase | string | ✅ | "PURCHASE" |
Return_ | string | ✅ | "RETURN" |
Adjustment | string | ✅ | "ADJUSTMENT" |