brandon14/ebay-sdk-php

View on GitHub
src/Sell/Logistics/V1/docs/Model/Dimensions.md

Summary

Maintainability
Test Coverage
# # Dimensions

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**height** | **string** | The numeric value of the height of the package. | [optional]
**length** | **string** | The numeric value of the length of the package. | [optional]
**unit** | **string** | The unit of measure used to express the height, length, and width of the package. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/logistics/types/api:LengthUnitOfMeasureEnum'>eBay API documentation</a> | [optional]
**width** | **string** | The numeric value of the width of the package. | [optional]

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