GetOrderDetailsAPI

The GetOrderDetailsAPI interface defines the contract for retrieving the details of an order. It extends the OrderAPI interface and provides a method to get order details.

Type Parameters

Response

The type of the response object returned after retrieving the order details.

Inheritors

Functions

Link copied to clipboard
abstract fun getOrderDetails(id: String): Response