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

    Interface PurchaseItem

    Line item on a purchase order

    interface PurchaseItem {
        created: string;
        description: string;
        id: number;
        item_id: number;
        purchaseorder_id: number;
        quantity: number;
        total_cost: number;
        unit_cost: number;
        updated: string;
    }
    Index

    Properties

    created: string
    description: string
    id: number
    item_id: number
    purchaseorder_id: number
    quantity: number
    total_cost: number
    unit_cost: number
    updated: string