'boolean', ]; public function paymentItems(): HasMany { return $this->hasMany(ClientInvoicePaymentItem::class, 'billing_item_types_id'); } }