Entity
object
Default value:
entityExample:
entityidstring
Unique identifier for the Entity object.
Example:
qLxe2xNDvgNDnamestringnullable
Name of Entity.
Example:
Ron's Flowersreportsstring[]nullable
Array of report names for this entity.
Example:
["square_summary","square_deposit"]Entity
{
"object": "entity",
"id": "qLxe2xNDvgND",
"name": "Ron's Flowers",
"reports": [
"square_summary",
"square_deposit"
]
}