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 HMRC_AS_AGENT: String
  5. val HMRC_CBC_NON_UK_ORG: String
  6. val HMRC_CBC_ORG: String
  7. val HMRC_CGT_PD: String
  8. val HMRC_MTD_IT: String
  9. val HMRC_MTD_VAT: String
  10. val HMRC_NI: String
  11. val HMRC_PIR: String
  12. val HMRC_PPT_ORG: String
  13. val HMRC_PT: String
  14. val HMRC_TERSNT_ORG: String
  15. val HMRC_TERS_ORG: String
  16. val HMRC_VAT_DEC_ORG: String
  17. val IR_SA: String
  18. def apply(id: String): Service
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def findById(id: String): Option[Service]
  24. def forId(id: String): Service
  25. def forInvitationId(invitationId: InvitationId): Option[Service]
  26. implicit val format: Format[Service]
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. val reads: SimpleObjectReads[Service]
  34. val supportedServices: Seq[Service]
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def unapply(service: Service): Option[String]
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. val writes: SimpleObjectWrites[Service]
  42. object CapitalGains extends Service with Product with Serializable
  43. object Cbc extends Service with Product with Serializable
  44. object CbcNonUk extends Service with Product with Serializable
  45. object MtdIt extends Service with Product with Serializable
  46. object PersonalIncomeRecord extends Service with Product with Serializable
  47. object Ppt extends Service with Product with Serializable
  48. object Trust extends Service with Product with Serializable
  49. object TrustNT extends Service with Product with Serializable
  50. 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

Inherited from AnyRef

Inherited from Any

Ungrouped