Skip to main content

BidOptionCustomer

Represents a bid option that suppliers can bid for.

labelLabelrequired

The unique label of the bid option.

Possible values: non-empty and <= 30 characters

description object

The description of the bid option.

anyOf
string

Possible values: non-empty and <= 200 characters

BidOptionCustomer
{
"label": "string",
"description": "string"
}