Object/Class

me.frmr.stripe

Coupon

Related Docs: class Coupon | package stripe

Permalink

object Coupon extends Listable[CouponList] with Gettable[Coupon] with Deleteable with Serializable

Linear Supertypes
Serializable, Serializable, Deleteable, Gettable[Coupon], Listable[CouponList], StripeMeta, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Coupon
  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
    CouponStripeMeta
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def create(duration: String, id: Option[String] = None, amountOff: Option[Long] = None, currency: Option[String] = None, durationInMonths: Option[Int] = None, maxRedemptions: Option[Int] = None, percentOff: Option[Int] = None, redeemBy: Option[Long] = None, metadata: Map[String, String] = Map.empty)(implicit exec: StripeExecutor): Future[Box[Coupon]]

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

    Permalink
    Definition Classes
    Deleteable
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def update(id: String, metadata: Map[String, String])(implicit exec: StripeExecutor): Future[Box[Coupon]]

    Permalink
  25. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Deleteable

Inherited from Gettable[Coupon]

Inherited from Listable[CouponList]

Inherited from StripeMeta

Inherited from AnyRef

Inherited from Any

Ungrouped