brandon14/ebay-sdk-php

View on GitHub
src/Buy/Browse/V1/docs/Model/ConditionDistribution.md

Summary

Maintainability
Test Coverage
# # ConditionDistribution

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**condition** | **string** | The text describing the condition of the item, such as New or Used. For a list of condition names, see <a href=\"https://developer.ebay.com/devzone/finding/callref/enums/conditionIdList.html \" target=\"_blank\">Item Condition IDs and Names</a>.  <br /><br />Code so that your app gracefully handles any future changes to this list. | [optional]
**condition_id** | **string** | The identifier of the condition. For example, 1000 is the identifier for NEW. | [optional]
**match_count** | **int** | The number of items having the condition. | [optional]
**refinement_href** | **string** | The HATEOAS reference of this condition. | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)