Packages

p

uk.gov.hmrc.ct.accounts.frs102.boxes

relatedPartyTransactions

package relatedPartyTransactions

Type Members

  1. case class AC299A(value: Option[String]) extends CtBoxIdentifier with CtOptionalString with Input with ValidatableBox[Frs102AccountsBoxRetriever] with Validators with Product with Serializable
  2. case class AC300A(value: Option[String]) extends CtBoxIdentifier with CtOptionalString with Input with ValidatableBox[Frs102AccountsBoxRetriever] with Validators with Product with Serializable
  3. case class AC301A(value: Option[String]) extends CtBoxIdentifier with CtOptionalString with Input with ValidatableBox[Frs102AccountsBoxRetriever] with Validators with Product with Serializable
  4. case class AC302A(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with ValidatableBox[Frs102AccountsBoxRetriever] with Validators with Product with Serializable
  5. case class AC303A(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with ValidatableBox[Frs102AccountsBoxRetriever] with Validators with Product with Serializable
  6. case class AC7801(value: Option[Boolean]) extends CtBoxIdentifier with CtOptionalBoolean with Input with ValidatableBox[Frs102AccountsBoxRetriever] with Validators with Product with Serializable
  7. case class AC7806(value: Option[String]) extends CtBoxIdentifier with CtOptionalString with Input with ValidatableBox[Frs102AccountsBoxRetriever] with Validators with Product with Serializable
  8. case class RelatedPartyTransaction(uuid: String, ac7801: AC7801, ac299A: AC299A, ac300A: AC300A, ac301A: AC301A, ac302A: AC302A, ac303A: AC303A) extends CtBoxIdentifier with ValidatableBox[Frs102AccountsBoxRetriever] with Input with CtValue[RelatedPartyTransaction] with Product with Serializable
  9. case class RelatedPartyTransactions(transactions: List[RelatedPartyTransaction] = List.empty, ac7806: AC7806) extends CtBoxIdentifier with CtValue[RelatedPartyTransactions] with Input with ValidatableBox[Frs102AccountsBoxRetriever with FilingAttributesBoxValueRetriever] with Product with Serializable

Ungrouped