package accounts
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AC1(value: Option[String]) extends CtBoxIdentifier with CtOptionalString with Input with Product with Serializable
- case class AC12(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with ValidatableBox[AccountsBoxRetriever with FilingAttributesBoxValueRetriever] with TurnoverValidation with Product with Serializable
- case class AC14(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with SelfValidatableBox[AccountsBoxRetriever, Option[Int]] with Debit with Product with Serializable
- case class AC2(value: Option[String]) extends CtBoxIdentifier with CtOptionalString with Input with Product with Serializable
- case class AC205(value: Option[LocalDate]) extends CtBoxIdentifier with CtOptionalDate with Input with Product with Serializable
- case class AC206(value: Option[LocalDate]) extends CtBoxIdentifier with CtOptionalDate with Input with Product with Serializable
- case class AC3(value: LocalDate) extends CtBoxIdentifier with StartDate with Input with Product with Serializable
- case class AC4(value: LocalDate) extends CtBoxIdentifier with EndDate with Input with Product with Serializable
- case class AC401(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with ValidatableBox[AccountsBoxRetriever] with Product with Serializable
- case class AC402(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with ValidatableBox[AccountsBoxRetriever] with Product with Serializable
- case class AC403(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with Debit with ValidatableBox[AccountsBoxRetriever] with Product with Serializable
- case class AC404(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with Debit with ValidatableBox[AccountsBoxRetriever] with Product with Serializable
- trait AccountsPreviousPeriodValidation extends AnyRef
- 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