interface PurchasePoints {
    id: string;
    items: PurchaseLineItem[];
    type: "points";
}

Hierarchy (view full)

Properties

Properties

id: string
type