MadelineProtoDocs/docs/TD_docs/constructors/shippingAddress.md

29 lines
862 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: shippingAddress
description: Describes shipping address
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: shippingAddress
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Describes shipping address
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|country\_code|[string](../types/string.md) | Yes|Two letter ISO 3166-1 alpha-2 country code|
|state|[string](../types/string.md) | Yes|State if applicable|
|city|[string](../types/string.md) | Yes|City|
|street\_line1|[string](../types/string.md) | Yes|First line for the address|
|street\_line2|[string](../types/string.md) | Yes|Second line for the address|
|post\_code|[string](../types/string.md) | Yes|Address post code|
### Type: [ShippingAddress](../types/ShippingAddress.md)