interface BonusControl {
    Bonuswerte: BonusValue[];
    BSCode: string;
    Inhalte: ContractReferenceContent;
}

Properties

Bonuswerte: BonusValue[]
BSCode: string