Add FilterableRefundReason filter by description and label (#10606)
This commit is contained in:
5
.changeset/little-books-think.md
Normal file
5
.changeset/little-books-think.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/types": patch
|
||||
---
|
||||
|
||||
Add description and Label to FilterableRefundReasonProps
|
||||
@@ -645,6 +645,16 @@ export interface FilterableRefundReasonProps
|
||||
* The IDs to filter the refund reasons by.
|
||||
*/
|
||||
id?: string | string[]
|
||||
|
||||
/**
|
||||
* Filter by the description of the refund reason
|
||||
*/
|
||||
description?: string | string[]
|
||||
|
||||
/**
|
||||
* Filter by the refund reason label
|
||||
*/
|
||||
label?: string | string[]
|
||||
}
|
||||
|
||||
export interface RefundReasonDTO {
|
||||
|
||||
Reference in New Issue
Block a user