Package

com.outr

stripe

Permalink

package stripe

Visibility
  1. Public
  2. All

Type Members

  1. case class Deleted(deleted: Boolean, id: String) extends Product with Serializable

    Permalink
  2. case class ErrorMessage(message: String, type: String, param: Option[String], code: Option[String]) extends Product with Serializable

    Permalink
  3. case class ErrorMessageWrapper(error: ErrorMessage) extends Product with Serializable

    Permalink
  4. trait Implicits extends AnyRef

    Permalink
  5. trait MapEncoder[T] extends AnyRef

    Permalink
  6. class Money extends AnyRef

    Permalink
  7. class PicklerException extends RuntimeException

    Permalink
  8. case class QueryConfig(idempotencyKey: Option[String] = None, limit: Int = 10, startingAfter: Option[String] = None, endingBefore: Option[String] = None) extends Product with Serializable

    Permalink
  9. case class ResponseError(text: String, code: Int, error: ErrorMessage) extends Product with Serializable

    Permalink
  10. trait Restful extends Implicits

    Permalink
  11. class Stripe extends Restful

    Permalink
  12. case class StripeList[T](object: String, url: String, hasMore: Boolean, data: List[T]) extends Product with Serializable

    Permalink
  13. case class TimestampFilter(gt: Option[Long] = None, gte: Option[Long] = None, lt: Option[Long] = None, lte: Option[Long] = None) extends Product with Serializable

    Permalink

Value Members

  1. object MapEncoder

    Permalink
  2. object Money

    Permalink
  3. object Pickler

    Permalink
  4. object QueryConfig extends Serializable

    Permalink
  5. object Stripe

    Permalink
  6. package balance

    Permalink
  7. package charge

    Permalink
  8. package connect

    Permalink
  9. package customer

    Permalink
  10. package dispute

    Permalink
  11. package event

    Permalink
  12. package refund

    Permalink
  13. package subscription

    Permalink
  14. package support

    Permalink
  15. package token

    Permalink
  16. package transfer

    Permalink

Ungrouped