Packages

p

uk.gov.hmrc.ct.computations

lowEmissionCars

package lowEmissionCars

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractLowEmissionCar extends AnyRef
  2. case class Car(regNumber: Option[String], isNew: Option[Boolean], price: Option[Int], emissions: Option[Int], dateOfPurchase: Option[LocalDate]) extends AbstractLowEmissionCar with ValidatableBox[ComputationsBoxRetriever] with ExtraValidation with Product with Serializable
  3. case class LEC01(values: List[Car] = List.empty) extends CtBoxIdentifier with CtValue[List[Car]] with Input with ValidatableBox[ComputationsBoxRetriever] with Product with Serializable
  4. case class LEC10(value: Boolean) extends CtBoxIdentifier with CtBoolean with Product with Serializable
  5. case class LEC11(value: Boolean) extends CtBoxIdentifier with CtBoolean with Product with Serializable
  6. case class LEC12(value: Boolean) extends CtBoxIdentifier with CtBoolean with Product with Serializable
  7. case class LEC13(value: Boolean) extends CtBoxIdentifier with CtBoolean with Product with Serializable

Value Members

  1. object Car extends Serializable
  2. object CarsHelper
  3. object LEC10 extends Calculated[LEC10, ComputationsBoxRetriever] with LowEmissionCarsCalculator with Serializable
  4. object LEC11 extends Calculated[LEC11, ComputationsBoxRetriever] with LowEmissionCarsCalculator with Serializable
  5. object LEC12 extends Calculated[LEC12, ComputationsBoxRetriever] with LowEmissionCarsCalculator with Serializable
  6. object LEC13 extends Calculated[LEC13, ComputationsBoxRetriever] with LowEmissionCarsCalculator with Serializable

Ungrouped