Package-level declarations

Types

Link copied to clipboard
@Serializable
data class AnswerPreCheckoutQueryError(val preCheckoutQueryId: PreCheckoutQueryId, val errorMessage: String) : AnswerPreCheckoutQuery
Link copied to clipboard
@Serializable
data class AnswerPreCheckoutQueryOk(val preCheckoutQueryId: PreCheckoutQueryId) : AnswerPreCheckoutQuery
Link copied to clipboard
@Serializable
data class AnswerShippingQueryError(val shippingQueryId: ShippingQueryId, val error: String) : AnswerShippingQuery
Link copied to clipboard
@Serializable
data class AnswerShippingQueryOk(val shippingQueryId: ShippingQueryId, val shippingOptions: List<ShippingOption>) : AnswerShippingQuery
Link copied to clipboard