TicketFulfillmentInfo

用于接收门票的信息。

JSON 表示法
{
  "fulfillmentType": enum (Type),
  "expectedFulfillmentTime": {
    object (Time)
  },
  "location": {
    object (Location)
  },
  "price": {
    object (PriceAttribute)
  },
  "fulfillmentContact": {
    object (UserInfo)
  }
}
字段
fulfillmentType

enum (Type)

履单类型,例如或自提。

expectedFulfillmentTime

object (Time)

预计送货或自提时间。如果指定了时间范围,则为窗口;如果指定了单个时间,则为 ETA。

location

object (Location)

自提或送货地点。

price

object (PriceAttribute)

此选项的费用。

fulfillmentContact

object (UserInfo)

此执行方式的用户联系人。