Object/Class

me.frmr.stripe

Customer

Related Docs: class Customer | package stripe

Permalink

object Customer extends Listable[CustomerList] with Gettable[Customer] with Deleteable with Serializable

Linear Supertypes
Serializable, Serializable, Deleteable, Gettable[Customer], Listable[CustomerList], StripeMeta, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Customer
  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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def baseResourceCalculator(req: Req): Req

    Permalink

    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
    CustomerStripeMeta
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def create(accountBalance: Option[String] = None, card: Option[String] = None, coupon: Option[String] = None, description: Option[String] = None, email: Option[String] = None, metadata: Map[String, String] = Map.empty, plan: Option[String] = None, quantity: Option[Int] = None, trialEnd: Option[Long] = None, taxPercent: Option[Double] = None)(implicit exec: StripeExecutor): Future[Box[Customer]]

    Permalink
  8. def delete(id: String)(implicit exec: StripeExecutor): Future[Box[DeleteResponse]]

    Permalink
    Definition Classes
    Deleteable
  9. def deleteDiscount(customerId: String)(implicit exec: StripeExecutor): Future[Box[DeleteResponse]]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. implicit val formats: DefaultFormats.type

    Permalink
    Definition Classes
    StripeMeta
  14. def get(id: String)(implicit exec: StripeExecutor, mf: Manifest[Customer]): Future[Box[Customer]]

    Permalink
    Definition Classes
    Gettable
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def list(implicit exec: StripeExecutor): Future[Box[CustomerList]]

    Permalink
    Definition Classes
    Listable
  19. def metadataProcessor(metadata: Map[String, String]): Map[String, String]

    Permalink
    Definition Classes
    StripeMeta
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. def update(id: String, accountBalance: Option[String] = None, card: Option[String] = None, defaultSource: Option[String] = None, coupon: Option[String] = None, description: Option[String] = None, email: Option[String] = None, metadata: Map[String, String] = Map.empty)(implicit exec: StripeExecutor): Future[Box[Customer]]

    Permalink
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Deleteable

Inherited from Gettable[Customer]

Inherited from Listable[CustomerList]

Inherited from StripeMeta

Inherited from AnyRef

Inherited from Any

Ungrouped