Activity code for the expenseoptional
activityCode:string
Detailed description of the expenseoptional
description:string
expenseDate: string
Date of the expense
finalized: boolean
Whether expense is finalized
Associated invoice IDoptional
invoiceId:string
isBillable: boolean
Whether expense is billable
isInvoicedExternally: boolean
Whether expense is invoiced externally
isWrittenOff: boolean
Whether expense is written off. Only allowed if isBillable is true
price: number
Price of the expense in dollars (limited to 2 decimal places)
quantity: number
Quantity of the expense in units (if not applicable, use 1)
Associated staff member ID. When not provided, SDK will match to logged-in Staff Id automaticallyoptional
staffId:string
Short description of the expenseoptional
subject:string
GST amount in dollars (AU only)optional
tax:number
taxInclusive: boolean
Whether amount is GST inclusive (AU only)