1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 09:47:20 +01:00
MadelineProto/docs/TD_docs/constructors/shippingAddress.md
2017-08-25 15:05:53 +02:00

789 B

title description
shippingAddress Describes shipping address

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