Home > @infiniteobjects/shopify-data-manager > AdminTypes > ShopifyPaymentsAccountPayoutsArgs
Balance and payout information for a [Shopify Payments](https://help.shopify.com/manual/payments/shopify-payments/getting-paid-with-shopify-payments) account. Balance includes all balances for the currencies supported by the shop. You can also query for a list of payouts, where each payout includes the corresponding currencyCode field.
Signature:
export interface ShopifyPaymentsAccountPayoutsArgs
Property | Modifiers | Type | Description |
---|---|---|---|
after? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
before? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) | |
first? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
last? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) | |
reverse? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) | |
transactionType? | InputMaybe<ShopifyPaymentsPayoutTransactionType> | (Optional) |