shipstation-client
Version:
ShipStation V2 SDK
24 lines (16 loc) • 672 B
Markdown
# DangerousAmount
This model represents the amount of the dangerous goods..
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | **number** | The amount of dangerous goods. | [optional] [default to 0]
**unit** | **string** | The unit of dangerous goods. | [optional] [default to undefined]
## Example
```typescript
import { DangerousAmount } from 'shipstation-client';
const instance: DangerousAmount = {
amount,
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)