brandon14/ebay-sdk-php

View on GitHub
src/Buy/Browse/V1/docs/Model/TypedNameValue.md

Summary

Maintainability
Test Coverage
# # TypedNameValue

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | The text representing the name of the aspect for the name/value pair, such as Color. | [optional]
**type** | **string** | This indicates if the value being returned is a string or an array of values. <br><br><b> Valid Values: </b> <ul><li><b> STRING</b> - Indicates the value returned is a string.</li>  <li><b> STRING_ARRAY</b> - Indicates the value returned is an array of strings.</li></ul>  Code so that your app gracefully handles any future changes to this list. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/browse/types/gct:ValueTypeEnum'>eBay API documentation</a> | [optional]
**value** | **string** | The value of the aspect for the name/value pair, such as Red. | [optional]

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