Abacus · Schema

Expense

An expense report submitted by a member

AccountingExpense ManagementFinanceReimbursement

Properties

Name Type Description
id string Unique expense identifier
member_id string ID of the member who submitted the expense
amount number Expense amount
currency string Currency code (ISO 4217)
category string Expense category
description string Description of the expense
date string Date of the expense
status string Current status of the expense
receipt_url string URL to the uploaded receipt
created_at string Timestamp when the expense was created
updated_at string Timestamp when the expense was last updated
View JSON Schema on GitHub