interface PurchaseMoney {
    id: string;
    items: PurchaseLineItem[];
    type: "money";
}

Hierarchy (view full)

Properties

Properties

id: string
type