payouts
The merchant's payouts, soonest first, as a cursor connection.
**Returns:** One page of payouts for the acting merchant.
payouts(
first: Int
after: String
last: Int
before: String
status: PayoutStatus
): PayoutConnection!
Arguments
payouts.first ● Int scalar
Returns the first _n_ elements from the list.
payouts.after ● String scalar
Returns the elements in the list that come after the specified cursor.
payouts.last ● Int scalar
Returns the last _n_ elements from the list.
payouts.before ● String scalar
Returns the elements in the list that come before the specified cursor.
payouts.status ● PayoutStatus enum
Restricts the page to payouts in this state. Omit it for every state.
Type
PayoutConnection object
A connection to a list of items.