TicketFulfillmentInfo

票券的相關資訊。

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

enum (Type)

執行要求類型,例如外送或自取。

expectedFulfillmentTime

object (Time)

預計送達或取貨時間。指定時間範圍時會顯示時間範圍;如果指定單一時間,則為預計到達時間。

location

object (Location)

提供取貨或送貨地點。

price

object (PriceAttribute)

此選項的費用。

fulfillmentContact

object (UserInfo)

此執行要求的使用者聯絡資訊。