shipstation-client
Version:
ShipStation V2 SDK
24 lines (16 loc) • 789 B
Markdown
# AlternativeIdentifier
Additional information some carriers may provide by which to identify a given label in their system.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | The type of alternative_identifier that corresponds to the value. | [optional] [default to undefined]
**value** | **string** | The value of the alternative_identifier. | [optional] [default to undefined]
## Example
```typescript
import { AlternativeIdentifier } from 'shipstation-client';
const instance: AlternativeIdentifier = {
type,
value,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)