brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # Items

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**items** | [**\TNT\Ebay\Buy\Browse\V1\Model\CoreItem[]**](CoreItem.md) | An arraylist of all the items. | [optional]
**total** | **int** | The total number of items retrieved. | [optional]
**warnings** | [**\TNT\Ebay\Buy\Browse\V1\Model\Error[]**](Error.md) | An array of warning messages. These types of errors do not prevent the method from executing but should be checked. | [optional]

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