object Service

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Service
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val HMRCCBCNONUKORG: String
  5. val HMRCCBCORG: String
  6. val HMRCCGTPD: String
  7. val HMRCMTDIT: String
  8. val HMRCMTDITSUPP: String
  9. val HMRCMTDVAT: String
  10. val HMRCPILLAR2ORG: String
  11. val HMRCPIR: String
  12. val HMRCPPTORG: String
  13. val HMRCTERSNTORG: String
  14. val HMRCTERSORG: String
  15. def apply(id: String): Service
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. def findById(id: String): Option[Service]
  21. def forId(id: String): Service
  22. def forInvitationId(invitationId: InvitationId): Option[Service]
  23. implicit val format: Format[Service]
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. val reads: SimpleObjectReads[Service]
  31. val supportedServices: Seq[Service]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def unapply(service: Service): Option[String]
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. val writes: SimpleObjectWrites[Service]
  39. case object CapitalGains extends Service with Product with Serializable
  40. case object Cbc extends Service with Product with Serializable
  41. case object CbcNonUk extends Service with Product with Serializable
  42. case object MtdIt extends Service with Product with Serializable
  43. case object MtdItSupp extends Service with Product with Serializable
  44. case object PersonalIncomeRecord extends Service with Product with Serializable
  45. case object Pillar2 extends Service with Product with Serializable
  46. case object Ppt extends Service with Product with Serializable
  47. case object Trust extends Service with Product with Serializable
  48. case object TrustNT extends Service with Product with Serializable
  49. case object Vat extends Service with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped