Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 500 Bytes

DateRangeFilter.md

File metadata and controls

16 lines (10 loc) · 500 Bytes

# DateRangeFilter

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]