//[docs](../../../index.md)/[dev.inmo.tgbotapi.requests.answers.payments](../index.md)/[AnswerShippingQueryOk](index.md) # AnswerShippingQueryOk [common] data class [AnswerShippingQueryOk](index.md)(**shippingQueryId**: [ShippingQueryIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FShippingQueryIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081), **shippingOptions**: [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ShippingOption](../../dev.inmo.tgbotapi.types.payments/-shipping-option/index.md)>) : [AnswerShippingQuery](../../dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/index.md) ## Functions | Name | Summary | |---|---| | [method](../../dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/method.md)| [common]
Content
open override fun [method](../../dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/method.md)(): [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)


| ## Properties | Name | Summary | |---|---| | [isOk](is-ok.md)| [common] open override val [isOk](is-ok.md): [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = true
| | [requestSerializer](request-serializer.md)| [common] open override val [requestSerializer](request-serializer.md): <*>
| | [resultDeserializer](index.md#%5Bdev.inmo.tgbotapi.requests.answers.payments%2FAnswerShippingQueryOk%2FresultDeserializer%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081)| [common] open override val [resultDeserializer](index.md#%5Bdev.inmo.tgbotapi.requests.answers.payments%2FAnswerShippingQueryOk%2FresultDeserializer%2F%23%2FPointingToDeclaration%2F%5D%2FProperties%2F625018081): <[Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html)>
| | [shippingOptions](shipping-options.md)| [common] val [shippingOptions](shipping-options.md): [List](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html)<[ShippingOption](../../dev.inmo.tgbotapi.types.payments/-shipping-option/index.md)>
| | [shippingQueryId](shipping-query-id.md)| [common] open override val [shippingQueryId](shipping-query-id.md): [ShippingQueryIdentifier](../../dev.inmo.tgbotapi.types/index.md#%5Bdev.inmo.tgbotapi.types%2FShippingQueryIdentifier%2F%2F%2FPointingToDeclaration%2F%5D%2FClasslikes%2F625018081)
|