import { AutoEncoder } from '@simonbackx/simple-encoding'; import { TranslatedString } from './TranslatedString.js'; export declare class AppliedRegistrationDiscount extends AutoEncoder { /** * Snapshot of the discount that was applied to this registration. * This contains the name of the discount and settings. */ name: TranslatedString; /** * Discount in hunderd cents. * Positive means discount, negative means extra cost. */ amount: number; } //# sourceMappingURL=AppliedRegistrationDiscount.d.ts.map