@cfxlabsinc/b2b-services
    Preparing search index...

    Interface OrderStatusStpResponse

    interface OrderStatusStpResponse {
        estado: number;
        mensaje: string;
        respuesta: StpOrder;
    }
    Index

    Properties

    estado: number
    mensaje: string
    respuesta: StpOrder