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-10-14 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-10-14 UTC。"],[[["This documentation details the JSON representation for retrieving ticket information, outlining the structure and data types for fulfillment details."],["The JSON object includes fields like fulfillment type, expected fulfillment time, location, price, and contact information."],["Each field within the JSON object has a specific data type and provides details regarding the ticket fulfillment process, such as delivery or pickup options, timeframes, and associated costs."]]],["The provided JSON structure defines how to represent ticket fulfillment information. Key details include `fulfillmentType` (delivery or pickup), `expectedFulfillmentTime` (time window or ETA), `location` (pickup or delivery point), `price` (cost), and `fulfillmentContact` (user contact details). These fields use specific object types and an enum for specifying the nature of the fulfillment, timing, place, price and user.\n"]]