TransactionRequirementsCheckSpec

  • TransactionRequirementsCheckSpec is passed by the app as input for actions.intent.TRANSACTION_REQUIREMENTS_CHECK.

  • It contains orderOptions and paymentOptions as fields.

  • orderOptions are options associated with the order, and paymentOptions are payment options for the order.

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.