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
Recharge
Columns
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).
Last updated
Was this helpful?