Struct wdg_telegram_types::ShippingAddress [] [src]

pub struct ShippingAddress {
    pub _country_code: String,
    pub _state: String,
    pub _city: String,
    pub _street_line1: String,
    pub _street_line2: String,
    pub _post_code: String,
}

This object represents a shipping address.

Fields

ISO 3166-1 alpha-2 country code

State, if applicable

City

First line for the address

Second line for the address

Address post code