# Recharge: Charge Line Item History

## Description

* Each record represents a specific line item charge, refund, or other line item that accumulates into final charges.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/recharge/resources/recharge.svg" alt="" data-size="line"> Recharge

## Columns

| Type     | Name                | Description                                                                                       |
| -------- | ------------------- | ------------------------------------------------------------------------------------------------- |
| INTEGER  | charge\_id          | The unique identifier of the charge.                                                              |
| INTEGER  | charge\_row\_num    | Unique row number assigned to line items with the same `charge_id`.                               |
| INTEGER  | source\_index       | The line item's primary key `index` carried over from its source.                                 |
| DATETIME | charge\_created\_at | The date and time the charge was created.                                                         |
| INTEGER  | customer\_id        | The unique identifier of the customer.                                                            |
| INTEGER  | address\_id         | The unique identifier of the address.                                                             |
| DECIMAL  | amount              | The amount charged for the line item.                                                             |
| STRING   | title               | The title of the line item.                                                                       |
| STRING   | line\_item\_type    | The type of the line item. Possible values are (charge line, discount, shipping, tax, or refund). |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/recharge-charge-line-item-history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
