Packages

p

uk.gov.hmrc.ct

accounts

package accounts

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AC1(value: Option[String]) extends CtBoxIdentifier with CtOptionalString with Input with Product with Serializable
  2. case class AC12(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with ValidatableBox[AccountsBoxRetriever with FilingAttributesBoxValueRetriever] with TurnoverValidation with Product with Serializable
  3. case class AC14(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with SelfValidatableBox[AccountsBoxRetriever, Option[Int]] with Debit with Product with Serializable
  4. case class AC2(value: Option[String]) extends CtBoxIdentifier with CtOptionalString with Input with Product with Serializable
  5. case class AC205(value: Option[LocalDate]) extends CtBoxIdentifier with CtOptionalDate with Input with Product with Serializable
  6. case class AC206(value: Option[LocalDate]) extends CtBoxIdentifier with CtOptionalDate with Input with Product with Serializable
  7. case class AC3(value: LocalDate) extends CtBoxIdentifier with StartDate with Input with Product with Serializable
  8. case class AC4(value: LocalDate) extends CtBoxIdentifier with EndDate with Input with Product with Serializable
  9. case class AC401(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with ValidatableBox[AccountsBoxRetriever] with Product with Serializable
  10. case class AC402(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with ValidatableBox[AccountsBoxRetriever] with Product with Serializable
  11. case class AC403(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with Debit with ValidatableBox[AccountsBoxRetriever] with Product with Serializable
  12. case class AC404(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with Debit with ValidatableBox[AccountsBoxRetriever] with Product with Serializable
  13. trait AccountsPreviousPeriodValidation extends AnyRef
  14. case class CompanyAddress(addressLine1: Option[String] = None, addressLine2: Option[String] = None, addressLine3: Option[String] = None, addressLine4: Option[String] = None, city: Option[String] = None, county: Option[String] = None, postCode: Option[String] = None, country: Option[String] = None) extends CtBoxIdentifier with CtValue[CompanyAddress] with Input with Product with Serializable

Value Members

  1. object AC12 extends Serializable
  2. object AC401 extends Serializable
  3. object AC402 extends Serializable
  4. object AC403 extends Serializable
  5. object AC404 extends Serializable

Ungrouped