Represents a possible option to purchase a product.

interface PurchaseOption {
    id: string;
    priceId: string;
}

Hierarchy (view full)

Properties

Properties

id: string

The unique id for a purchase option

priceId: string

The public price id for this subscription option.