UNPKG

shipstation-client

Version:
26 lines (18 loc) 831 B
# CarrierAdvancedOption Advanced options that are specific to the carrier ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **string** | Name of advanced option | [optional] [readonly] [default to undefined] **default_value** | **string** | Default value of option | [optional] [readonly] [default to undefined] **description** | **string** | Description of option | [optional] [readonly] [default to undefined] ## Example ```typescript import { CarrierAdvancedOption } from 'shipstation-client'; const instance: CarrierAdvancedOption = { name, default_value, description, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)