INPUT_OBJECT
RefundRequestFilters
Attributes for filtering refund requests
link GraphQL Schema definition
- input RefundRequestFilters {
- # Refund request with matching marketplacer database ID
- Int :
- # Refund request with invoice id matching marketplacer database ID
- Int :
- # Refund requests that are linked with a buyer name containing this value
- String :
- # Refund requests that are linked with a buyer email address containing this value
- String :
- # Refund requests that are linked with this seller business name
- String :
- # Refund requests with one of these statuses
- RefundRequestStatusEnum!] : [
- # Refund requests with ANY line item with one of these statuses
- RefundRequestLineItemStatusEnum!] : [
- # Refund requests for invoices paid on this date
- ISO8601Date :
- # Refund requests created since this time
- ISO8601DateTime :
- # Refund requests created until this time
- ISO8601DateTime :
- # Refund requests refunded since this time
- ISO8601DateTime :
- # Refund requests refunded until this time
- ISO8601DateTime :
- # Refund requests for remitted invoices
- Boolean :
- }