# SettlementLineItem

> A schema in the One API reference. Source: https://hub.ozow.com/api-reference/one-api/schemas/settlement-line-item/

## Fields

- `id` (string, uuid, required) - The unique identifier for this record.
- `siteCode` (string, required, max length 50) - A unique code for the Ozow site this record relates to.
- `reference` (string, required, max length 50) - The merchant’s reference for the record (transaction, refund or payout). Ozow will generate a reference for adjusts where applicable.
- `description` (string) - The description of the line item, this will be populated primarily on adjustment line items.
- `amount` (object, required) - The original amount for the record.
- `fee` (object, required) - The Ozow fee relating to the record. Fee for the record is rounded.
- `settlementAmount` (object, required) - The nett settlement amount for this record. Amount – Fee, only rounded after calculating.
- `date` (string, date, required) - The UTC date the record applies to.
- `type` (any, required, one of "transaction", "refunds", "payouts", "adjustment", "returnedrefund", "returnedpayout", "fee", "chargebackwithheld", "reservewithheld", "chargebackreleased", "reservereleased") - The line type for the record.
