TransactionRequirementsCheckSpec

  • This documentation details the JSON representation used for the actions.intent.TRANSACTION_REQUIREMENTS_CHECK intent.

  • The JSON input includes orderOptions for order details and paymentOptions for payment information.

  • Both orderOptions and paymentOptions are objects with specific structures defined in their respective linked documentation.

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.