---
title: "Vendorcredit data model"
url: "https://docs.unified.to/accounting/vendorcredit/model"
description: "API reference for Vendorcredit data model. Launch multiple pre-built Vendorcredit integrations today with zero maintenance — all through a single API."
generated_at: "2026-07-02T22:31:52.825Z"
---
# Vendorcredit data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/accounting/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**due\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**posted\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**total\_amount**number 

**balance\_amount**number 

**account\_id**string 

(reference to AccountingAccount)

**currency**string 

**contact\_id**string 

(reference to AccountingContact)

**bill\_id**string 

**notes**string 

**lineitems** array 

**status** enum

Valid values:

 "DRAFT" 

 "VOIDED" 

 "AUTHORIZED" 

 "PAID" 

 "PARTIALLY\_PAID" 

**organization\_id**string 

**raw**any
