brandon14/ebay-sdk-php

View on GitHub
src/Sell/Account/V1/docs/Model/LocationResponse.md

Summary

Maintainability
Test Coverage
# # LocationResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**href** | **string** | The URI of the current page of results from the result set. | [optional]
**limit** | **int** | The number of items returned on a single page from the result set. | [optional]
**next** | **string** | The URI for the following page of results. This value is returned only if there is an additional page of results to display from the result set. <br/><br/><b>Max length</b>: 2048 | [optional]
**offset** | **int** | The number of results skipped in the result set before listing the first returned result. This value is set in the request with the <b>offset</b> query parameter. <p class=\"tablenote\"><strong>Note: </strong>The items in a paginated result set use a zero-based list where the first item in the list has an offset of <code>0</code>.</p> | [optional]
**prev** | **string** | The URI for the preceding page of results. This value is returned only if there is a previous page of results to display from the result set. <br/><br/><b>Max length</b>: 2048 | [optional]
**total** | **int** | The total number of items retrieved in the result set.  <br/><br/>If no items are found, this field is returned with a value of <code>0</code>. | [optional]
**locations** | [**\TNT\Ebay\Sell\Account\V1\Model\InventoryLocationResponse[]**](InventoryLocationResponse.md) | An array of one or more of the merchant's inventory locations. | [optional]

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