Merchant

Marchand pour le panier/la campagne/l'élément de campagne.

Représentation JSON
{
  "id": string,
  "name": string,
  "image": {
    object (Image)
  },
  "phoneNumbers": [
    {
      object (PhoneNumber)
    }
  ],
  "address": {
    object (Location)
  }
}
Champs
id

string

ID facultatif attribué au marchand, le cas échéant.

name

string

Nom du marchand, par exemple "Pain".

image

object (Image)

Image associée au marchand.

phoneNumbers[]

object (PhoneNumber)

Numéros de téléphone du marchand.

address

object (Location)

Adresse du marchand.