shipstation-client
Version:
ShipStation V2 SDK
24 lines (16 loc) • 735 B
Markdown
# AdvancedShipmentOptionsDangerousGoodsContact
Contact information for Dangerous goods
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Name of the contact | [optional] [default to undefined]
**phone** | **string** | Phone number of the contact | [optional] [default to undefined]
## Example
```typescript
import { AdvancedShipmentOptionsDangerousGoodsContact } from 'shipstation-client';
const instance: AdvancedShipmentOptionsDangerousGoodsContact = {
name,
phone,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)