PaymentParameters

  • Payment parameters for an order can be defined using JSON.

  • There are two main ways to request payment: using Google Payment Option or Merchant Payment Option.

  • googlePaymentOption handles payment requests through Google's payment system.

  • merchantPaymentOption allows specifying payment methods provided by the Action or Merchant.

Parameters for requesting payment associated with an order.

JSON representation
{
  "googlePaymentOption": {
    object (GooglePaymentOption)
  },
  "merchantPaymentOption": {
    object (MerchantPaymentOption)
  }
}
Fields
googlePaymentOption

object (GooglePaymentOption)

Info for requesting payment info from google.

merchantPaymentOption

object (MerchantPaymentOption)

Info for payment methods provided by Action/Merchant.