The number of offer listings with the specified condition.

Export

OfferListingCountType

interface OfferListingCountType {
    Count: number;
    condition: string;
}

Properties

Properties

Count: number

The number of offer listings.

Memberof

OfferListingCountType

condition: string

The condition of the item.

Memberof

OfferListingCountType