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"} }