Describes the financial details of an activity. PriceDetails

Hierarchy

  • PriceDetails

Properties

activityPricePer: string

Describes how the price of the activity is determined per person, group, etc.

additionalPrices: {
    price: number;
    service: string;
}[]

List of additional services or features with their prices.

Type declaration

  • price: number

    Price of the additional service or feature.

  • service: string

    Description of the additional service or feature.

addons: {
    addon: string;
    price: number;
}[]

List of addons with their prices.

Type declaration

  • addon: string

    Name or description of the addon.

  • price: number

    Price of the addon.

discountPercentage: number

Percentage of discount applied, if any.

prices: {
    adult: number;
    child: number;
    infant: number;
    senior: number;
}

Prices for different age groups.

Type declaration

  • adult: number

    Price for adults

  • child: number

    Price for child

  • infant: number

    Price for infant

  • senior: number

    Price for senior

value: number

Base price value of the activity.

Generated using TypeDoc