[Square] A response to `GET /v2/locations`

The API specification: docs.connect.squareup.com/api/connect/v2#endpoint-retrievetransaction

{
	"locations": [
		{
			"address": {
				"address_line_1": "1455 Market Street",
				"administrative_district_level_1": "CA",
				"country": "US",
				"locality": "San Francisco",
				"postal_code": "94103"
			},
			"business_name": "Coffee & Toffee SF",
			"capabilities": [
				"CREDIT_CARD_PROCESSING"
			],
			"id": "CBASEDg5esEvMRNQHS0yz7i5m5g",
			"merchant_id": "5FGSTP7VT8SSP",
			"name": "Coffee & Toffee SF",
			"status": "ACTIVE",
			"timezone": "America/Los_Angeles",
			"type": "PHYSICAL"
		},
		{
			"address": {
				"address_line_1": "375 West Broadway",
				"administrative_district_level_1": "NY",
				"country": "US",
				"locality": "New York City",
				"postal_code": "10012"
			},
			"business_name": "Coffee & Toffee NYC",
			"capabilities": [
				"CREDIT_CARD_PROCESSING"
			],
			"id": "CBASEC-iHv7Pl3-MI-zj3uIgNm8",
			"merchant_id": "5FGSTP7VT8SSP",
			"name": "Coffee & Toffee NYC",
			"status": "ACTIVE",
			"timezone": "America/New_York",
			"type": "PHYSICAL"
		},
		{
			"address": {
				"address_line_1": "4240 Duncan Ave",
				"administrative_district_level_1": "MO",
				"country": "US",
				"locality": "St. Louis",
				"postal_code": "63110"
			},
			"business_name": "Coffee & Toffee STL [CASH ONLY]",
			"id": "CBASEMl8dXpF6ncN8-RLvJS7dSY",
			"merchant_id": "5FGSTP7VT8SSP",
			"name": "Coffee & Toffee STL [CASH ONLY]",
			"status": "ACTIVE",
			"timezone": "America/Chicago",
			"type": "PHYSICAL"
		}
	]
}