Transactions API のサポートは 2023 年 6 月 13 日に終了します。2023 年 5 月 3 日に終了します。詳細については、
会話型アクションの廃止をご覧ください。
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 および関連会社の登録商標です。
最終更新日 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。"],[[["The `MerchantPaymentMethod` object represents a payment method provided by a merchant or action, including details like ID, display information, and status."],["Each payment method has a unique ID (`paymentMethodId`) and can belong to a group (`paymentMethodGroup`)."],["`PaymentMethodDisplayInfo` provides display details for the payment method."],["`PaymentMethodStatus` indicates the current status of the payment method, including a user-facing message if needed."]]],["Merchants/Actions provide payment methods, each with a unique `paymentMethodId`. Each method includes display information (`paymentMethodDisplayInfo`) and an optional status (`paymentMethodStatus`). The `paymentMethodStatus` object details the payment method's state using an enum `status` and a `statusMessage` for issues like expiration. The `paymentMethodGroup` field is used to categorize payment method. If the status is not present, it's assumed to be \"OK\".\n"]]