1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-07-10 18:20:49 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.payments/-shipping-address/index.md
2021-03-17 15:18:37 +00:00

2.9 KiB

//docs/dev.inmo.tgbotapi.types.payments/ShippingAddress

ShippingAddress

[common] data class ShippingAddress(countryCode: String, city: String, firstStreetLine: String, secondStreetLine: String, state: String, postCode: String)

Properties

Name Summary
city [common] val city: String
countryCode [common] val countryCode: String
firstStreetLine [common] val firstStreetLine: String
postCode [common] val postCode: String
secondStreetLine [common] val secondStreetLine: String
state [common] val state: String