Transactions API のサポートは 2023 年 6 月 13 日に終了します。2023 年 5 月 3 日に終了します。詳細については、
会話型アクションの廃止をご覧ください。
GooglePaymentOption
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
Google によって提供される支払い方法の要件。
JSON 表現 |
{
"facilitationSpec": string
} |
フィールド |
facilitationSpec |
string
この JSON blob は、Google がインテグレータの支払いを容易にする方法の仕様をキャプチャします。これは、https://developers.google.com/pay/api/web/reference/object#PaymentDataRequest で定義されている PaymentDataRequest オブジェクトです。例: { "apiVersion": 2, "apiVersionMinor": 0, "merchantInfo": { "merchantName": "MerchantInfo": { "merchantName": "Example Merchant"} } } ], "transactionInfo": { "totalPriceStatus": "ESTIMATED", "totalPrice": "12.34", "currencyCode": "USD"} }
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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。"],[[["Google-provided payment methods utilize a JSON representation for specifying payment details."],["The `facilitationSpec` field contains a PaymentDataRequest object which outlines how Google handles the payment process for integrators."],["This object includes information like merchant details, allowed payment methods, and transaction details like total price and currency."]]],[]]