Interface NonSubscriptionOption

Represents a possible option to purchase a non-subscription product.

interface NonSubscriptionOption {
    basePrice: Price;
    id: string;
    priceId: string;
}

Hierarchy (view full)

Properties

Properties

basePrice: Price

The base price for the product.

id: string

The unique id for a purchase option

priceId: string

The public price id for this subscription option.