GenericSalesExport Model

Nullable
zReports : GenericZReport []

An array of all Z reports included in the export (NULL or omitted if this export option is not included)

Nullable
transactions : GenericSalesTransaction []

An array of all transactions included in the export (NULL or omitted if this export option is not included)

Nullable
items : GenericSalesTransactionItem []

An array of all transaction items included in the export (NULL or omitted if this export option is not included)

Nullable
payments : GenericSalesTransactionPayment []

An array of all transaction payments included in the export (NULL or omitted if this export option is not included)

Nullable
corrections : GenericSalesTransactionItemCorrection []

An array of all transaction item corrections included in the export (NULL or omitted if this export option is not included)

Example
{
  "zReports": [],
  "transactions": [],
  "items": [],
  "payments": [],
  "corrections": []
}