# # DateRangeFilter


```php
use Xendit\BalanceAndTransaction\DateRangeFilter;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **gte** | **\DateTime** |  | Start time of transaction. If not specified will list all dates. | 2020-08-29T17:00Z |
| **lte** | **\DateTime** |  | End time of transaction. If not specified will list all dates. | 2020-08-29T17:00Z |


[[Back to README]](../../README.md)
