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