package
stripe
Type Members
-
case class
Deleted(deleted: Boolean, id: String) extends Product with Serializable
-
case class
ErrorMessage(message: String, type: String, param: Option[String], code: Option[String]) extends Product with Serializable
-
-
trait
Implicits extends AnyRef
-
trait
MapEncoder[T] extends AnyRef
-
class
Money extends AnyRef
-
-
case class
QueryConfig(idempotencyKey: Option[String] = None, limit: Int = 10, startingAfter: Option[String] = None, endingBefore: Option[String] = None) extends Product with Serializable
-
case class
ResponseError(text: String, code: Int, error: ErrorMessage) extends Product with Serializable
-
-
-
case class
StripeList[T](object: String, url: String, hasMore: Boolean, data: List[T]) extends Product with Serializable
-
case class
TimestampFilter(gt: Option[Long] = None, gte: Option[Long] = None, lt: Option[Long] = None, lte: Option[Long] = None) extends Product with Serializable