package relatedPartyTransactions
Type Members
- case class AC299A(value: Option[String]) extends CtBoxIdentifier with CtOptionalString with Input with ValidatableBox[Frs102AccountsBoxRetriever] with Validators with Product with Serializable
- case class AC300A(value: Option[String]) extends CtBoxIdentifier with CtOptionalString with Input with ValidatableBox[Frs102AccountsBoxRetriever] with Validators with Product with Serializable
- case class AC301A(value: Option[String]) extends CtBoxIdentifier with CtOptionalString with Input with ValidatableBox[Frs102AccountsBoxRetriever] with Validators with Product with Serializable
- case class AC302A(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with ValidatableBox[Frs102AccountsBoxRetriever] with Validators with Product with Serializable
- case class AC303A(value: Option[Int]) extends CtBoxIdentifier with CtOptionalInteger with Input with ValidatableBox[Frs102AccountsBoxRetriever] with Validators with Product with Serializable
- case class AC7801(value: Option[Boolean]) extends CtBoxIdentifier with CtOptionalBoolean with Input with ValidatableBox[Frs102AccountsBoxRetriever] with Validators with Product with Serializable
- case class AC7806(value: Option[String]) extends CtBoxIdentifier with CtOptionalString with Input with ValidatableBox[Frs102AccountsBoxRetriever] with Validators with Product with Serializable
- 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
- 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