OBJECT
PayoutMethod
A payout method
link GraphQL Schema definition
- type PayoutMethod {
- # Unique identifier for this payout method
- String! :
- # The type of this payout method (usually the payment provider)
- PayoutMethodType :
- # A friendly name for users to easily find their payout methods
- String :
- # Whether this payout method has been saved to be used for future payouts
- Boolean :
- # The actual data for this payout method. Content depends on the type.
- JSON :
- }
link Require by
- AccountAccount interface shared by all kind of accounts (Bot, Collective, Event, User, Organization)
- BotThis represents a Bot account
- CollectiveThis represents a Collective account
- EventThis represents an Event account
- ExpenseThis represents an Expense
- FundThis represents an Project account
- HostThis represents an Host account
- IndividualThis represents an Individual account
- MutationThis is the root mutation
- OrganizationThis represents an Organization account
- ProjectThis represents an Project account