UNPKG

shipstation-client

Version:
25 lines (17 loc) 639 B
# 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)