brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # Subscription

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**subscription_id** | **string** | The unique identifier for the subscription. | [optional]
**topic_id** | **string** | The unique identifier for the topic associated with this subscription. | [optional]
**status** | **string** | The status of this subscription. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/commerce/notification/types/api:SubscriptionStatusEnum'>eBay API documentation</a> | [optional]
**creation_date** | **string** | The creation date for this subscription. | [optional]
**payload** | [**\TNT\Ebay\Commerce\Notification\V1\Model\SubscriptionPayloadDetail**](SubscriptionPayloadDetail.md) |  | [optional]
**destination_id** | **string** | The unique identifier for the destination associated with this subscription. | [optional]

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