AnswerShippingQueryError

@Serializable
data class AnswerShippingQueryError(val shippingQueryId: ShippingQueryIdentifier, val error: String) : AnswerShippingQuery

Constructors

Link copied to clipboard
constructor(shippingQueryId: ShippingQueryIdentifier, error: String)

Properties

Link copied to clipboard
Link copied to clipboard
open override val isOk: Boolean = false
Link copied to clipboard
open override val requestSerializer: SerializationStrategy<*>
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<Boolean>
Link copied to clipboard

Functions

Link copied to clipboard
open override fun method(): String