docs
common
docs
/
dev.inmo.tgbotapi.requests.answers.payments
/
AnswerShippingQueryOk
Answer
Shipping
Query
Ok
common
data
class
AnswerShippingQueryOk
(
shippingQueryId
:
ShippingQueryIdentifier
,
shippingOptions
:
List
<
ShippingOption
>
)
:
AnswerShippingQuery
Content copied to clipboard
Functions
Properties
Functions
method
Link copied to clipboard
common
open
override
fun
method
(
)
:
String
Content copied to clipboard
Properties
isOk
Link copied to clipboard
common
open
override
val
isOk
:
Boolean
=
true
Content copied to clipboard
requestSerializer
Link copied to clipboard
common
open
override
val
requestSerializer
:
SerializationStrategy
<
*
>
Content copied to clipboard
resultDeserializer
Link copied to clipboard
common
open
override
val
resultDeserializer
:
DeserializationStrategy
<
Boolean
>
Content copied to clipboard
shippingOptions
Link copied to clipboard
common
val
shippingOptions
:
List
<
ShippingOption
>
Content copied to clipboard
shippingQueryId
Link copied to clipboard
common
open
override
val
shippingQueryId
:
ShippingQueryIdentifier
Content copied to clipboard