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. All

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 HMRCCGTPD: String
  5. val HMRCMTDIT: String
  6. val HMRCMTDVAT: String
  7. val HMRCPIR: String
  8. val HMRCPPTORG: String
  9. val HMRCTERSNTORG: String
  10. val HMRCTERSORG: String
  11. def apply(id: String): Service
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def findById(id: String): Option[Service]
  18. def forId(id: String): Service
  19. def forInvitationId(invitationId: InvitationId): Option[Service]
  20. implicit val format: Format[Service]
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val reads: SimpleObjectReads[Service]
  28. val supportedServices: Seq[Service]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def unapply(service: Service): Option[String]
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. val writes: SimpleObjectWrites[Service]
  36. object CapitalGains extends Service with Product with Serializable
  37. object MtdIt extends Service with Product with Serializable
  38. object PersonalIncomeRecord extends Service with Product with Serializable
  39. object Ppt extends Service with Product with Serializable
  40. object Trust extends Service with Product with Serializable
  41. object TrustNT extends Service with Product with Serializable
  42. object Vat extends Service with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped