SalesTaxLocation | Build with Bookkeep

SalesTaxLocation

location_id string

Unique identifier for the Location object.

Example: GBraaEVr7mNqW

location_name string

Name of Location.

Example: JT Bottle Shop

dates object[]

Array [

date string\

Example: 2023-01-22\

gross_sales number\

Example: 1438.25\

discounts number\

Example: 32.53\

refunds number\

Example: 0\

cash_payments number\

Example: 42.56\

non_cash_payments number\

Example: 1528.39\

taxes object[]\

Array [

id string\

Example: aGmyPmwz0n4K\

name string\

Example: JT-CA 7.75%\

taxable_revenue number\

Example: 1405.81\

collected_amount number\

Example: 108.95\

rate number\

Example: 0.0775\

city string nullable\

Example: ``\

county string\

Example: SAN BERNARDINO\

state string\

Example: CA\

updated_at string\

Example: 2023-11-16T23:41:47.987Z\

]

]

SalesTaxLocation

{
  "location_id": "GBraaEVr7mNqW",
  "location_name": "JT Bottle Shop",
  "dates": [
    {
      "date": "2023-01-22",
      "gross_sales": 1438.25,
      "discounts": 32.53,
      "refunds": 0,
      "cash_payments": 42.56,
      "non_cash_payments": 1528.39,
      "taxes": [
        {
          "id": "aGmyPmwz0n4K",
          "name": "JT-CA 7.75%",
          "taxable_revenue": 1405.81,
          "collected_amount": 108.95,
          "rate": 0.0775,
          "city": "",
          "county": "SAN BERNARDINO",
          "state": "CA",
          "updated_at": "2023-11-16T23:41:47.987Z"
        }
      ]
    }
  ]
}