Skip to main content
Skip to main content

FilterableRefundProps

The filters to apply on the retrieved refunds.

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 refunds by.
currency_codestring | string[]
Filter the refunds by their currency code.
Filter the refunds by their amount.
payment_idstring | string[]
Filter the refunds by the ID of their associated payment.
created_atOperatorMap<string>
Filter the refunds by their creation date.
updated_atOperatorMap<string>
Filter the refunds by their update date.
deleted_atOperatorMap<string>
Filter the refunds by their deletion date.
Was this section helpful?