PSC\Shop\EntityBundle\Entity\Voucher: voucher_1: title: 5€ fest enable: true payment: true shipping: true more: true percent: false code: 5f mode: 1 fromDate: <(new DateTime("2023-12-12"))> toDate: <(new DateTime("2026-12-12"))> value: 5 shop: '@shop_1' voucher_2: title: 5% prozent enable: true payment: true shipping: true more: true percent: true code: 5p mode: 1 fromDate: <(new DateTime("2023-12-12"))> toDate: <(new DateTime("2026-12-12"))> value: 5 shop: '@shop_1' voucher_3: title: onlyZeroPayment enable: true payment: true shipping: true more: true percent: false code: onlyZeroPayment zeroPayment: true zeroShipping: false mode: 1 fromDate: <(new DateTime("2023-12-12"))> toDate: <(new DateTime("2026-12-12"))> value: 0 shop: '@shop_1' voucher_4: title: onlyZeroShipping enable: true payment: true shipping: true more: true percent: false code: onlyZeroShipping zeroPayment: false zeroShipping: true mode: 1 fromDate: <(new DateTime("2023-12-12"))> toDate: <(new DateTime("2026-12-12"))> value: 0 shop: '@shop_1'