$this->id, 'origin' => $this->origin, 'franchisee_account_receive_id' => $this->franchisee_account_receive_id, 'history' => $this->history, 'value' => (float) $this->value, 'paid_value' => (float) $this->paid_value, 'discount' => (float) $this->discount, 'fine' => (float) $this->fine, 'due_date' => $this->due_date?->format('Y-m-d'), 'payment_date' => $this->payment_date?->format('Y-m-d'), 'status' => $this->status, 'obs' => $this->obs, ]; } }