object Customer extends Listable[CustomerList] with Gettable[Customer] with Deleteable with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Customer
- Serializable
- Serializable
- Deleteable
- Gettable
- Listable
- StripeMeta
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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
- Customer → StripeMeta
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- 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]]
-
def
delete(id: String)(implicit exec: StripeExecutor): Future[Box[DeleteResponse]]
- Definition Classes
- Deleteable
- def deleteDiscount(customerId: String)(implicit exec: StripeExecutor): Future[Box[DeleteResponse]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
implicit
val
formats: DefaultFormats.type
- Definition Classes
- StripeMeta
-
def
get(id: String)(implicit exec: StripeExecutor, mf: Manifest[Customer]): Future[Box[Customer]]
- Definition Classes
- Gettable
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
list(implicit exec: StripeExecutor): Future[Box[CustomerList]]
- Definition Classes
- Listable
-
def
metadataProcessor(metadata: Map[String, String]): Map[String, String]
- Definition Classes
- StripeMeta
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- 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]]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )