object Recipient extends Listable[RecipientList] with Gettable[Recipient] with Deleteable with Serializable

Linear Supertypes
Serializable, Serializable, Deleteable, Gettable[Recipient], Listable[RecipientList], StripeMeta, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Recipient
  2. Serializable
  3. Serializable
  4. Deleteable
  5. Gettable
  6. Listable
  7. StripeMeta
  8. AnyRef
  9. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def baseResourceCalculator(req: Req): Req

    This function should return the base resource URL for whatever kind of resource this is.

    This function should return the base resource URL for whatever kind of resource this is.

    Definition Classes
    RecipientStripeMeta
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def create(name: String, type: String, taxId: Option[String] = None, bankAccount: Option[String] = None, card: Option[String] = None, email: Option[String] = None, description: Option[String] = None, metadata: Map[String, String] = Map.empty)(implicit exec: StripeExecutor): Future[Box[Recipient]]
  8. def delete(id: String)(implicit exec: StripeExecutor): Future[Box[DeleteResponse]]
    Definition Classes
    Deleteable
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. implicit val formats: DefaultFormats.type
    Definition Classes
    StripeMeta
  13. def get(id: String)(implicit exec: StripeExecutor, mf: Manifest[Recipient]): Future[Box[Recipient]]
    Definition Classes
    Gettable
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def list(implicit exec: StripeExecutor): Future[Box[RecipientList]]
    Definition Classes
    Listable
  18. def metadataProcessor(metadata: Map[String, String]): Map[String, String]
    Definition Classes
    StripeMeta
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def update(id: String, name: Option[String], taxId: Option[String] = None, bankAccount: Option[String] = None, card: Option[String] = None, email: Option[String] = None, description: Option[String] = None, metadata: Map[String, String] = Map.empty)(implicit exec: StripeExecutor): Future[Box[Recipient]]
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Deleteable

Inherited from Gettable[Recipient]

Inherited from Listable[RecipientList]

Inherited from StripeMeta

Inherited from AnyRef

Inherited from Any

Ungrouped