UNPKG

shipstation-client

Version:
24 lines (16 loc) 591 B
# Weight The weight of a package ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **value** | **number** | The weight, in the specified unit | [default to undefined] **unit** | [**WeightUnit**](WeightUnit.md) | | [default to undefined] ## Example ```typescript import { Weight } from 'shipstation-client'; const instance: Weight = { value, unit, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)