Conversational Actions will be deprecated on June 13, 2023. For more information, see Conversational Actions sunset.

TransactionRequirementsCheckSpec

Stay organized with collections Save and categorize content based on your preferences.

Passed by the app as input for actions.intent.TRANSACTION_REQUIREMENTS_CHECK.

JSON representation
{
  "orderOptions": {
    object (OrderOptions)
  },
  "paymentOptions": {
    object (PaymentOptions)
  }
}
Fields
orderOptions

object (OrderOptions)

Options associated with the order.

paymentOptions

object (PaymentOptions)

Payment options for this Order, or empty if no payment is associated with the Order.