Skip to main content
Skip to main content

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.
idstring | string[]
The IDs to filter the payment collection by.
region_idstring | string[] | OperatorMap<string>
Filter by associated region's ID.
created_atOperatorMap<string>
Filter payment collections by created date.
updated_atOperatorMap<string>
Filter payment collections by updated date.
Was this section helpful?