FilterableCaptureProps
The filters to apply on the retrieved captures.
$and
(CaptureDTO | BaseFilterable<CaptureDTO>)[]An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
$or
(CaptureDTO | BaseFilterable<CaptureDTO>)[]An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
id
string | string[]The IDs to filter the captures by.
currency_code
string | string[]Filter the captures by their currency code.
amount
BigNumberValue | OperatorMap<BigNumberValue>Filter the captures by their amounts.
payment_id
string | string[]Filter the captures by the ID of their associated payment.
created_at
OperatorMap<string>Filter the captures by their creation date.
created_at
OperatorMap<string>updated_at
OperatorMap<string>Filter the captures by their update date.
updated_at
OperatorMap<string>deleted_at
OperatorMap<string>Filter the captures by their deletion date.
deleted_at
OperatorMap<string>Was this section helpful?