brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # ReturnPolicyResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**href** | **string** | This field is for future use. | [optional]
**limit** | **int** | This field is for future use. | [optional]
**next** | **string** | This field is for future use. | [optional]
**offset** | **int** | This field is for future use. | [optional]
**prev** | **string** | This field is for future use. | [optional]
**return_policies** | [**\TNT\Ebay\Sell\Account\V1\Model\ReturnPolicy[]**](ReturnPolicy.md) | A list of all of the seller's return business policies defined for the specified marketplace. This array will be returned as empty if no return business policies are defined for the specified marketplace. | [optional]
**total** | **int** | The total number of return business policies retrieved in the result set.  <br/><br/>If no return business policies are defined for the specified marketplace, this field is returned with a value of <code>0</code>. | [optional]

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