> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# ErpTransactionMetadata

> The current ERP-side categorization state of a transaction.

**Object**

The current ERP-side categorization state of a transaction.

## Fields

<ResponseField name="transactionMetadataId" type="UUID!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="transactionRecordId" type="UUID!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="category" type="ErpReferenceItemRef">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="vendor" type="ErpReferenceItemRef">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="customer" type="ErpReferenceItemRef">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="isBillable" type="Boolean">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="memo" type="String">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="syncStatus" type="ErpTransactionSyncStatus!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="isSyncing" type="Boolean!">
  *No description provided in the schema yet.*
</ResponseField>

<ResponseField name="updatedAt" type="DateTime!">
  *No description provided in the schema yet.*
</ResponseField>
