TicketFulfillmentInfo

Información para recibir entradas.

Representación JSON
{
  "fulfillmentType": enum (Type),
  "expectedFulfillmentTime": {
    object (Time)
  },
  "location": {
    object (Location)
  },
  "price": {
    object (PriceAttribute)
  },
  "fulfillmentContact": {
    object (UserInfo)
  }
}
Campos
fulfillmentType

enum (Type)

Es el tipo de entrega, p.ej., entrega o retiro.

expectedFulfillmentTime

object (Time)

Hora estimada de entrega o retiro. Una ventana si se especifica un intervalo de tiempo o de ETA si se especifica una única vez

location

object (Location)

Lugar de retiro o entrega.

price

object (PriceAttribute)

Costo de esta opción.

fulfillmentContact

object (UserInfo)

Es el contacto del usuario para esta entrega.