Transactions API のサポートは 2023 年 6 月 13 日に終了します。2023 年 5 月 3 日に終了します。詳細については、
会話型アクションの廃止をご覧ください。
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
MerchantPaymentMethod
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
販売者またはアクションから提供されたお支払い方法。
| フィールド |
paymentMethodGroup |
string
省略可。お支払い方法が属するグループまたはプロファイルの名前。
|
paymentMethodId |
string
必須。販売者またはアクションから渡されたお支払い方法の ID。販売者/アクションから複数のお支払い方法が送信される場合、この ID は一意である必要があります。
|
paymentMethodDisplayInfo |
object (PaymentMethodDisplayInfo)
必須。このお支払い方法の情報を表示します。
|
paymentMethodStatus |
object (PaymentMethodStatus)
省略可。お支払い方法のステータスです。存在しない場合、支払い方法は OK ステータスであるとみなされます。
|
PaymentMethodStatus
| JSON 表現 |
{
"status": enum (Status),
"statusMessage": string
} |
| フィールド |
status |
enum (Status)
|
statusMessage |
string
お支払い方法のステータスに関するユーザーに表示されるメッセージ(「期限切れ」など)。お支払い方法の修正が必要な場合、またはお支払い方法が利用できない場合にのみ必要です。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 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"]],["最終更新日 2025-07-26 UTC。"],[],["This document outlines the structure and status of payment methods provided by a merchant or action. A payment method is defined by a unique `paymentMethodId`, its `paymentMethodGroup`, and `paymentMethodDisplayInfo`. Optionally, each can have a `paymentMethodStatus`, which includes a status enum and a user-facing `statusMessage`. The `paymentMethodStatus` indicates if a fix is required or the payment method is inapplicable; otherwise, it defaults to \"OK.\" All of this is conveyed through a specific JSON structure.\n"]]