PullQueryInput
Defined in: src/modules/pull/types.ts:23
Properties
Section titled “Properties”endDate
Section titled “endDate”endDate:
string
Defined in: src/modules/pull/types.ts:27
Inclusive end date in YYYY-MM-DD HH:MM:SS format.
filterType?
Section titled “filterType?”
optionalfilterType:string
Defined in: src/modules/pull/types.ts:29
Optional filter type supplied by Daraja for narrower queries.
filterValue?
Section titled “filterValue?”
optionalfilterValue:string
Defined in: src/modules/pull/types.ts:31
Optional filter value matching the selected filter type.
offSetValue?
Section titled “offSetValue?”
optionaloffSetValue:number
Defined in: src/modules/pull/types.ts:33
Pagination offset. Use 0 for the first page.
shortCode?
Section titled “shortCode?”
optionalshortCode:string
Defined in: src/modules/pull/types.ts:35
Optional: shortcode override.
startDate
Section titled “startDate”startDate:
string
Defined in: src/modules/pull/types.ts:25
Inclusive start date in YYYY-MM-DD HH:MM:SS format.