import { AutoEncoder } from '@simonbackx/simple-encoding'; import { GroupPriceDiscount } from './GroupPriceDiscount.js'; import { TranslatedString } from './TranslatedString.js'; /** * Indicates that a certain bundle discount is activated for a certain group price. * It also allows you to override the discount amount for this group price. */ export declare class BundleDiscountGroupPriceSettings extends AutoEncoder { /** * Cached name of this bundle discount. */ name: TranslatedString; customDiscounts: GroupPriceDiscount[] | null; } //# sourceMappingURL=BundleDiscountGroupPriceSettings.d.ts.map