Merchant

Commerciante per il carrello/ordine/elemento pubblicitario.

Rappresentazione JSON
{
  "id": string,
  "name": string,
  "image": {
    object (Image)
  },
  "phoneNumbers": [
    {
      object (PhoneNumber)
    }
  ],
  "address": {
    object (Location)
  }
}
Campi
id

string

ID facoltativo assegnato al commerciante, se presente.

name

string

Il nome del commerciante come "Pane di Panera".

image

object (Image)

L'immagine associata al commerciante.

phoneNumbers[]

object (PhoneNumber)

Numeri di telefono del commerciante.

address

object (Location)

Indirizzo del commerciante.