interface BaseAddOn {
    service?: string | Service;
    type: AddOnTypes;
    unitPriceWithFee: number;
}

Hierarchy (View Summary)

Properties

service?: string | Service
unitPriceWithFee: number