brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # FulfillmentPolicyResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**fulfillment_policies** | [**\TNT\Ebay\Sell\Account\V1\Model\FulfillmentPolicy[]**](FulfillmentPolicy.md) | A list of all of the seller's fulfillment policies defined for the specified marketplace. This array will be returned as empty if no fulfillment policies are defined for the specified marketplace. | [optional]
**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]
**total** | **int** | The total number of fulfillment policies retrieved in the result set.  <br/><br/>If no fulfillment 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)