aboutsummaryrefslogtreecommitdiff
path: root/jb-ui/src/api_fsb/docs/USDeliveryAddress.md
blob: 02963a0243e1caba7ea328fcd945770f511b1517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# USDeliveryAddress


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name_or_attn** | **string** |  | [default to undefined]
**company** | **string** |  | [optional] [default to undefined]
**phone_number** | **string** |  | [optional] [default to undefined]
**address** | **string** |  | [default to undefined]
**city** | **string** |  | [default to undefined]
**state** | **string** |  | [default to undefined]
**postal_code** | **string** |  | [default to undefined]
**country** | **string** |  | [optional] [default to 'us']

## Example

```typescript
import { USDeliveryAddress } from './api';

const instance: USDeliveryAddress = {
    name_or_attn,
    company,
    phone_number,
    address,
    city,
    state,
    postal_code,
    country,
};
```

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