OrderOptions

Options associated with an order.

JSON representation
{
  "requestDeliveryAddress": boolean,
  "userInfoOptions": {
    object (UserInfoOptions)
  }
}
Fields
requestDeliveryAddress

boolean

If true, delivery address is required for the associated order.

userInfoOptions

object (UserInfoOptions)

The app can request user info by setting this field. If set, the corresponding field will show up in ProposedOrderCard for user's confirmation.

UserInfoOptions

Options regarding user info.

JSON representation
{
  "userInfoProperties": [
    enum (UserInfoProperty)
  ]
}
Fields
userInfoProperties[]

enum (UserInfoProperty)

List of user info properties.