VendorBill
A vendor bill is a type of accounting record that represents vendor expenses.
- currencyType: string · Currencycode
Code required - dateType: string · DateFormat: daterequired
full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
- statusType: string · VendorBillStatusenumrequiredvalues
- open
- voided
- drafted
- paid
- subtotalType: number · Subtotalrequired
- taxType: number · Taxrequired
- totalType: number · Totalrequired
- customType: object · CustomFieldsnullable
Fields The additional fields related to an accounting record. Custom fields are used to attach custom metadata to the objects to ingest into the system. Custom fields can be any valid JSON object.
- propertyType: anything
Name
- dueType: string · DuedateFormat: datenullable
Date full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
- exchangeType: array object[] | null · Exchangeratesnullable
Rates - currencyType: string · Currencycode
Code required - rateType: number · Raterequired
- paidType: string · PaiddateFormat: datenullable
Date full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21
- voidedType: string · VoideddateFormat: datenullable
Date full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21