Lager - v5.2.0
    Preparing search index...

    Represents the response structure for fetching a single order's data from the API.

    This interface defines the expected structure of the response when retrieving a single order from the API.

    SingleOrderDataResponse

    interface SingleOrderDataResponse {
        data: Order;
    }
    Index

    Properties

    Properties

    data: Order

    An Order object representing the order data.