@theredspace/spp-client
    Preparing search index...

    Interface PurchaseOrderWrapper

    The envelope returned by the API for one PO

    interface PurchaseOrderWrapper {
        PurchaseOrder: PurchaseOrder;
        status: string;
    }
    Index

    Properties

    PurchaseOrder: PurchaseOrder
    status: string