ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.types.payments
/
ShippingOption
Shipping
Option
data
class
ShippingOption
(
val
id
:
ShippingOptionId
,
val
title
:
String
,
val
prices
:
List
<
LabeledPrice
>
)
:
Priced
Members
Constructors
Shipping
Option
Link copied to clipboard
constructor
(
id
:
ShippingOptionId
,
title
:
String
,
prices
:
List
<
LabeledPrice
>
)
Properties
id
Link copied to clipboard
val
id
:
ShippingOptionId
prices
Link copied to clipboard
open
override
val
prices
:
List
<
LabeledPrice
>
title
Link copied to clipboard
val
title
:
String