{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PlaceProxyBidRequest", "title": "PlaceProxyBidRequest", "type": "object", "properties": { "maxAmount": { "description": "The amount of the proxy bid to be placed. This is the maximum amount the buyer is willing to pay for the item.

Note: ", "$ref": "#/components/schemas/Amount" }, "userConsent": { "description": "Specifies whether the buyer wants to give their consent to bid on adult-only items. For a buyer to bid on an adult-only item, you must collect their consent using this field, and they must agree to the Terms of Use.

For more information about adult-only items on eBay, see Adult-Only items on eBay.

Default: false

", "$ref": "#/components/schemas/UserConsent" } }, "description": "The type that defines the fields for placing a proxy bid." }