Class

org.mdedetrich.stripe.v1.Balances

BalanceHistoryListInput

Related Doc: package Balances

Permalink

case class BalanceHistoryListInput(availableOn: Option[ListFilterInput] = None, created: Option[ListFilterInput] = None, currency: Option[Currency] = None, endingBefore: Option[String] = None, limit: Option[Long] = None, source: Option[String] = None, startingAfter: Option[String] = None, transfer: Option[Boolean] = None, type: Option[Type] = None) extends Product with Serializable

availableOn

A filter on the list based on the object availableOn field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with the following options:

created

A filter on the list based on the object created field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with the following options:

endingBefore

A cursor for use in pagination. endingBefore is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with obj_bar, your subsequent call can include ending_before=obj_bar in order to fetch the previous page of the list.

limit

A limit on the number of objects to be returned. Limit can range between 1 and 100 items.

source

Only returns transactions that are related to the specified Stripe object ID (e.g. filtering by a charge ID will return all related charge transactions).

startingAfter

A cursor for use in pagination. startingAfter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include startingAfter=obj_foo in order to fetch the next page of the list.

transfer

For automatic Stripe transfers only, only returns transactions that were transferred out on the specified transfer ID.

See also

https://stripe.com/docs/api#balance_history

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BalanceHistoryListInput
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BalanceHistoryListInput(availableOn: Option[ListFilterInput] = None, created: Option[ListFilterInput] = None, currency: Option[Currency] = None, endingBefore: Option[String] = None, limit: Option[Long] = None, source: Option[String] = None, startingAfter: Option[String] = None, transfer: Option[Boolean] = None, type: Option[Type] = None)

    Permalink

    availableOn

    A filter on the list based on the object availableOn field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with the following options:

    created

    A filter on the list based on the object created field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with the following options:

    endingBefore

    A cursor for use in pagination. endingBefore is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with obj_bar, your subsequent call can include ending_before=obj_bar in order to fetch the previous page of the list.

    limit

    A limit on the number of objects to be returned. Limit can range between 1 and 100 items.

    source

    Only returns transactions that are related to the specified Stripe object ID (e.g. filtering by a charge ID will return all related charge transactions).

    startingAfter

    A cursor for use in pagination. startingAfter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include startingAfter=obj_foo in order to fetch the next page of the list.

    transfer

    For automatic Stripe transfers only, only returns transactions that were transferred out on the specified transfer ID.

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. val availableOn: Option[ListFilterInput]

    Permalink

    A filter on the list based on the object availableOn field.

    A filter on the list based on the object availableOn field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with the following options:

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val created: Option[ListFilterInput]

    Permalink

    A filter on the list based on the object created field.

    A filter on the list based on the object created field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with the following options:

  8. val currency: Option[Currency]

    Permalink
  9. val endingBefore: Option[String]

    Permalink

    A cursor for use in pagination.

    A cursor for use in pagination. endingBefore is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with obj_bar, your subsequent call can include ending_before=obj_bar in order to fetch the previous page of the list.

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  14. val limit: Option[Long]

    Permalink

    A limit on the number of objects to be returned.

    A limit on the number of objects to be returned. Limit can range between 1 and 100 items.

  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. val source: Option[String]

    Permalink

    Only returns transactions that are related to the specified Stripe object ID (e.g.

    Only returns transactions that are related to the specified Stripe object ID (e.g. filtering by a charge ID will return all related charge transactions).

  19. val startingAfter: Option[String]

    Permalink

    A cursor for use in pagination.

    A cursor for use in pagination. startingAfter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include startingAfter=obj_foo in order to fetch the next page of the list.

  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. val transfer: Option[Boolean]

    Permalink

    For automatic Stripe transfers only, only returns transactions that were transferred out on the specified transfer ID.

  22. val type: Option[Type]

    Permalink
  23. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped