Functions
answerPreCheckoutQueryError
Link copied to clipboard
suspend fun RequestsExecutor.answerPreCheckoutQueryError(preCheckoutQuery: PreCheckoutQuery, error: String): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.answerPreCheckoutQueryError(id: String, error: String): Boolean
Content copied to clipboard
answerPreCheckoutQueryOk
Link copied to clipboard
suspend fun RequestsExecutor.answerPreCheckoutQueryOk(preCheckoutQuery: PreCheckoutQuery): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.answerPreCheckoutQueryOk(id: String): Boolean
Content copied to clipboard
answerShippingQueryError
Link copied to clipboard
suspend fun RequestsExecutor.answerShippingQueryError(shippingQuery: ShippingQuery, error: String): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.answerShippingQueryError(id: String, error: String): Boolean
Content copied to clipboard
answerShippingQueryOk
Link copied to clipboard
suspend fun RequestsExecutor.answerShippingQueryOk(shippingQuery: ShippingQuery, shippingOptions: List<ShippingOption>): Boolean
Content copied to clipboard
suspend fun RequestsExecutor.answerShippingQueryOk(id: String, shippingOptions: List<ShippingOption>): Boolean
Content copied to clipboard