> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# Objects

> Every object and enum the Payments tools accept.

## Model tree

<div className="model-tree"><div className="model-tree-scroll"><div className="tree-node"><a href="#createdfilter">CreatedFilter</a></div></div></div>

## CreatedFilter

A Stripe date-range filter.

<div className="reference-table">
  | Field | Type      | Description                                                                                            |
  | ----- | --------- | ------------------------------------------------------------------------------------------------------ |
  | `gt`  | `integer` | Created strictly after this Unix timestamp. Seconds, not milliseconds: 1700000000, not 1700000000000.  |
  | `gte` | `integer` | Created at or after this Unix timestamp. Seconds, not milliseconds: 1700000000, not 1700000000000.     |
  | `lt`  | `integer` | Created strictly before this Unix timestamp. Seconds, not milliseconds: 1700000000, not 1700000000000. |
  | `lte` | `integer` | Created at or before this Unix timestamp. Seconds, not milliseconds: 1700000000, not 1700000000000.    |
</div>

## RefundReason

<div className="enum-table">
  | Value                   |
  | ----------------------- |
  | `duplicate`             |
  | `fraudulent`            |
  | `requested_by_customer` |
</div>
