Interface: Partial_Receipt
Properties
| Property | Type |
|---|---|
change? | number |
customer? | null | Partial_Customer |
id? | string |
items? | Partial_Item[] |
order? | null | number |
our-reference? | null | string |
payments? | Partial_Payment[] |
reference? | null | string |
rounding? | number |
tab? | null | number |
total-amount? | number |
total-sales-amount? | null | number |
total-sales-vat-amount? | null | number |
total-vat-amount? | number |
type? | Type |
vat-summaries? | Partial_VATSummary[] |