mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 09:47:20 +01:00
789 B
789 B
title | description |
---|---|
shippingAddress | Describes shipping address |
Constructor: shippingAddress
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 |