'integer', 'net_cents' => 'integer', 'reverse_charge' => 'boolean', 'archived_at' => 'datetime', ]; } /** Is this the Price a new booking of this module would be put on? */ public function isLive(): bool { return $this->archived_at === null; } }