toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.payments
/
ShippingAddress
Shipping
Address
@
Serializable
data
class
ShippingAddress
(
val
countryCode
:
String
,
val
city
:
String
,
val
firstStreetLine
:
String
,
val
secondStreetLine
:
String
,
val
state
:
String
=
""
,
val
postCode
:
String
=
""
)
Members
Constructors
Shipping
Address
Link copied to clipboard
constructor
(
countryCode
:
String
,
city
:
String
,
firstStreetLine
:
String
,
secondStreetLine
:
String
,
state
:
String
=
""
,
postCode
:
String
=
""
)
Properties
city
Link copied to clipboard
@
SerialName
(
value
=
"city"
)
val
city
:
String
country
Code
Link copied to clipboard
@
SerialName
(
value
=
"country_code"
)
val
countryCode
:
String
first
Street
Line
Link copied to clipboard
@
SerialName
(
value
=
"street_line1"
)
val
firstStreetLine
:
String
post
Code
Link copied to clipboard
@
SerialName
(
value
=
"post_code"
)
val
postCode
:
String
second
Street
Line
Link copied to clipboard
@
SerialName
(
value
=
"street_line2"
)
val
secondStreetLine
:
String
state
Link copied to clipboard
@
SerialName
(
value
=
"state"
)
val
state
:
String