Transactions API のサポートは 2023 年 6 月 13 日に終了します。2023 年 5 月 3 日に終了します。詳細については、
会話型アクションの廃止をご覧ください。
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 )
このフルフィルメントのユーザーの連絡先。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-09 UTC。
[null,null,["最終更新日 2024-09-09 UTC。"],[[["This documentation details the JSON representation for obtaining ticket information, outlining the structure and data types for fields like fulfillment type, expected time, location, price, and contact information."],["The JSON object includes fields such as `fulfillmentType`, `expectedFulfillmentTime`, `location`, `price`, and `fulfillmentContact` to comprehensively describe ticket fulfillment options."],["Each field within the JSON object links to further documentation providing detailed definitions and usage instructions, ensuring developers understand their specific roles and data types."]]],[]]