brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # ReviewRating

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**average_rating** | **string** | The average rating given to a product based on customer reviews. | [optional]
**rating_histograms** | [**\TNT\Ebay\Buy\Browse\V1\Model\RatingHistogram[]**](RatingHistogram.md) | An array of containers for the product rating histograms that shows the review counts and the product rating. | [optional]
**review_count** | **int** | The total number of reviews for the item. | [optional]

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