Skip to main content

Confirm Order


Method#

This method confirms an initialized order by creating a booking for the order.

 suspend fun confirmOrder(orderId: String, confirmOrderBody: ConfirmOrderBody): OrderRes 

Request Model#

Represents the structure of the ConfirmOrderBody object required to confirm an order.

data class ConfirmOrderBody(val transactionId: String?)