# PartialShippingAddress

A complete or partial mailing address.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**instructions** | **string** | Additional text about how to handle the shipment at this address.  | [optional] [default to undefined]

## Example

```typescript
import { PartialShippingAddress } from 'shipstation-client';

const instance: PartialShippingAddress = {
    instructions,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
