disputes
The payments a customer's bank has questioned, most recently raised first, as a cursor connection.
**Returns:** One page of disputes for the acting merchant.
disputes(
first: Int
after: String
last: Int
before: String
status: DisputeStatus
acknowledged: Boolean
): DisputeConnection!
Arguments
disputes.first ● Int scalar
Returns the first _n_ elements from the list.
disputes.after ● String scalar
Returns the elements in the list that come after the specified cursor.
disputes.last ● Int scalar
Returns the last _n_ elements from the list.
disputes.before ● String scalar
Returns the elements in the list that come before the specified cursor.
disputes.status ● DisputeStatus enum
Restricts the page to disputes in this state. Omit it for every state.
disputes.acknowledged ● Boolean scalar
Restricts the page to disputes the merchant has, or has not, recorded as seen. Omit it for both.
Type
DisputeConnection object
A connection to a list of items.