brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # Topic

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**topic_id** | **string** | The unique identifier for the topic. | [optional]
**description** | **string** | The description of the topic. | [optional]
**authorization_scopes** | **string[]** | The authorization scopes required to subscribe to this topic. | [optional]
**status** | **string** | The status of this topic. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/commerce/notification/types/api:StatusEnum'>eBay API documentation</a> | [optional]
**context** | **string** | The business context associated with this topic. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/commerce/notification/types/api:ContextEnum'>eBay API documentation</a> | [optional]
**scope** | **string** | The scope of this topic. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/commerce/notification/types/api:ScopeEnum'>eBay API documentation</a> | [optional]
**supported_payloads** | [**\TNT\Ebay\Commerce\Notification\V1\Model\PayloadDetail[]**](PayloadDetail.md) | The supported payloads for this topic. | [optional]

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