FilterablePaymentCollectionProps
The filters to apply on the retrieved payment collection.
An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
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 payment collection by.
region_id
string | string[] | OperatorMap<string>Filter by associated region's ID.
created_at
OperatorMap<string>Filter payment collections by created date.
created_at
OperatorMap<string>updated_at
OperatorMap<string>Filter payment collections by updated date.
updated_at
OperatorMap<string>Was this section helpful?