Modelobject

app.AssetAccount

Properties

app.AssetAccountobject
asset_account
integer
No description.
date_created
integer
No description.
date_modified
integer
No description.
name
string
No description.
tax_code
integer
null = no override, 0 = empty, >0 = tax code
type
allOf
["purchase","revenue",null] null = both types
Inspect unknown
This schema does not define object properties.

Example

JSON
{
  "asset_account": 123,
  "date_created": 123,
  "date_modified": 123,
  "name": "string",
  "tax_code": 123,
  "type": "purchase"
}