brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # RatingHistogram

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **int** | The total number of user ratings that the product has received. | [optional]
**rating** | **string** | This is the average rating for the product. As part of a product review, users rate the product. Products are rated from one star (terrible) to five stars (excellent), with each star having a corresponding point value - one star gets 1 point, two stars get 2 points, and so on. If a product had one four-star rating and one five-star rating, its average rating would be <code> 4.5</code>, and this is the value that would appear in this field. | [optional]

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