brandon14/ebay-sdk-php

View on GitHub
src/Commerce/Notification/V1/docs/Model/DestinationRequest.md

Summary

Maintainability
Test Coverage
# # DestinationRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | The name associated with this destination. | [optional]
**status** | **string** | The status for this destination.<br /><br /><span class=\"tablenote\"><b>Note:</b> The <b>MARKED_DOWN</b> value is set by eBay systems and cannot be used in a create or update call by applications.</span><br /><br /><b>Valid values:</b><ul><li><code>ENABLED</code></li><li><code>DISABLED</code></li><li><code>MARKED_DOWN</code></li></ul> For implementation help, refer to <a href='https://developer.ebay.com/api-docs/commerce/notification/types/api:DestinationStatusEnum'>eBay API documentation</a> | [optional]
**delivery_config** | [**\TNT\Ebay\Commerce\Notification\V1\Model\DeliveryConfig**](DeliveryConfig.md) |  | [optional]

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