Represents a possible option to purchase a product.

interface PurchaseOption {
    id: string;
}

Hierarchy (view full)

Properties

Properties

id: string

The unique id for a purchase option