MadelineProtoDocs/docs/TD_docs/constructors/shippingAddress.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

862 B

title description image
shippingAddress Describes shipping address https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: shippingAddress

Back to constructors index

Describes shipping address

Attributes:

Name Type Required Description
country_code string Yes Two letter ISO 3166-1 alpha-2 country code
state string Yes State if applicable
city string Yes City
street_line1 string Yes First line for the address
street_line2 string Yes Second line for the address
post_code string Yes Address post code

Type: ShippingAddress