Google Maps Platform · JSON Structure

Google Maps Places Payment Options Structure

Type: object Properties: 4
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

PaymentOptions is a JSON Structure definition published by Google Maps Platform, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

acceptsCreditCards acceptsDebitCards acceptsCashOnly acceptsNfc

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PaymentOptions",
  "type": "object",
  "properties": {
    "acceptsCreditCards": {
      "type": "boolean"
    },
    "acceptsDebitCards": {
      "type": "boolean"
    },
    "acceptsCashOnly": {
      "type": "boolean"
    },
    "acceptsNfc": {
      "type": "boolean"
    }
  }
}