Skip to content

Expenses Object ​



id
string
REQUIRED · 

The unique identifier for expenses

transaction_date
string · date-time

The transaction date of the expense

contact
string

The contact of the expense

company
string

The company of the expense

currency
string

The currency of the expense

exchange_rate
number

The exchange rate of the expense

memo
string

The memo of the expense

total_amount
number

The total amount of the expense

line_items
object[]

The line items of the expense

id
string

The unique identifier for line items

name
string

The name of the line item

description
string

The description of the line item

account
string

The account of the line item

quantity
number

The quantity of the line item

unit_price
number

The unit price of the line item

tax_rate
string

The tax rate of the line item

total_line_amount
number

The total line amount of the line item

type
string

The type of the line item

created_at
string · date-time

This represents the date when the expense was created

updated_at
string · date-time

This represents the date when the expense was updated

remote_data
object

Raw data returned from the remote API call.