# 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<date>\

**Example:** `2023-01-22`\

**gross_sales** number<double>\

**Example:** `1438.25`\

**discounts** number<double>\

**Example:** `32.53`\

**refunds** number<double>\

**Example:** `0`\

**cash_payments** number<double>\

**Example:** `42.56`\

**non_cash_payments** number<double>\

**Example:** `1528.39`\

**taxes** object[]\

Array [

**id** string\

**Example:** `aGmyPmwz0n4K`\

**name** string\

**Example:** `JT-CA 7.75%`\

**taxable_revenue** number<double>\

**Example:** `1405.81`\

**collected_amount** number<double>\

**Example:** `108.95`\

**rate** number<double>\

**Example:** `0.0775`\

**city** string nullable\

**Example:** ``\

**county** string\

**Example:** `SAN BERNARDINO`\

**state** string\

**Example:** `CA`\

**updated_at** string<date-time>\

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

]

]

SalesTaxLocation

```json
{
  "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"
        }
      ]
    }
  ]
}
```
