brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # SubscriptionResponse

## 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]
**subscriptions** | [**\TNT\Ebay\Sell\Account\V1\Model\Subscription[]**](Subscription.md) | An array of subscriptions associated with the seller account. | [optional]
**total** | **int** | The total number of subscriptions displayed on the current page of results. | [optional]

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