--- title: shippingAddress description: Describes shipping address image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: shippingAddress [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)