object TaxEntity extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TaxEntity
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Epaye(value: String) extends TaxIdentifier with SimpleName with Product with Serializable
- case class HmceVatdecOrg(value: String) extends TaxIdentifier with SimpleName with Product with Serializable
- case class HmrcCusOrg(value: String) extends TaxIdentifier with SimpleName with Product with Serializable
- case class HmrcIossOrg(value: String) extends TaxIdentifier with SimpleName with Product with Serializable
- case class HmrcOssOrg(value: String) extends TaxIdentifier with SimpleName with Product with Serializable
- case class HmrcPodsOrg(value: String) extends TaxIdentifier with SimpleName with Product with Serializable
- case class HmrcPodsPpOrg(value: String) extends TaxIdentifier with SimpleName with Product with Serializable
- case class HmrcPptOrg(value: String) extends TaxIdentifier with SimpleName with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def create(identifier: TaxIdWithName, email: Option[String] = None, regime: Option[Regime.Value] = None): TaxEntity
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def forAudit(entity: TaxEntity): Map[String, String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getEnrolments(taxEntity: TaxEntity): Enrolments
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def regimeOf(identifier: TaxIdWithName): Regime.Value
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit def taxEntityFormat(implicit taxId: Format[TaxIdWithName]): Format[TaxEntity]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Epaye extends (String) => Epaye with Serializable
- object HmceVatdecOrg extends (String) => HmceVatdecOrg with Serializable
- object HmrcCusOrg extends (String) => HmrcCusOrg with Serializable
- object HmrcIossOrg extends (String) => HmrcIossOrg with Serializable
- object HmrcOssOrg extends (String) => HmrcOssOrg with Serializable
- object HmrcPodsOrg extends (String) => HmrcPodsOrg with Serializable
- object HmrcPodsPpOrg extends (String) => HmrcPodsPpOrg with Serializable
- object HmrcPptOrg extends (String) => HmrcPptOrg with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated