PaymentParameters

  • Payment parameters can be requested for orders using either Google Payment or Merchant Payment options.

  • googlePaymentOption field provides details for using Google's payment system.

  • merchantPaymentOption field allows for payment methods managed by the Action or Merchant directly.

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.