Account Line Items

An AccountLineItem is a single line item in the accounting ledger for a billing account. These include payments and invoices.

Data Source Schema

Required

PropertyDescription
id
Int64
Line item Id

Read Only

PropertyDescription
amount
String
Line item amount
balance
String
Line item balance
created_at
String
Line item created at
currency
String
Line item currency
download_uri
String
Line item download uri
invoice_line_items
Dynamic
Associated invoice line items
method
String
Line item payment method
payment_line_items
Dynamic
Associated payment line items
payment_reversed_at
String
Date/time payment was reversed if applicable
payment_type
String
Type of payment if applicable
site_name
String
Site name this line item is for
type
String
Type of line item, either payment or invoice

Example Data Source

data "files_account_line_item" "example_account_line_item" {
  id = 1
}