TransactionRequirementsCheckSpec

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.