ReceiptProduct
Object description
Field | Type | Required | Description |
id | String | Yes | Product identifier |
barcode | String | Yes | Product SKU |
productName | String | Yes | Name of the product |
amount | double | Yes | Product amount |
rowPrice | double | Yes | Product total row price |
categories | List<ReceiptCategory> | No | Receipt category |
Last updated