shipstation-client
Version:
ShipStation V2 SDK
25 lines (17 loc) • 639 B
Markdown
# ContactDetails
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | | [default to undefined]
**email** | **string** | An email address. | [default to undefined]
**phone** | **string** | Phone number associated | [default to undefined]
## Example
```typescript
import { ContactDetails } from 'shipstation-client';
const instance: ContactDetails = {
name,
email,
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)