$this->price->id, 'amount' => $this->amount, 'start_date' => $this->startDate->format('Y-m-d'), 'end_date' => $this->endDate->format('Y-m-d'), 'valid_until' => $this->validUntil->format('Y-m-d'), 'state' => [ 'id' => $this->state, 'description' => Promotion\State::name($this->state) ] ]; } }