OBJECT

RegisterPayoutInformationPayload

RegisterPayoutInformationPayload is the updated workflow after registration is accepted.

link GraphQL Schema definition

1type RegisterPayoutInformationPayload {
2
3# Describes error that occured when registering payout information.
4error: RegisterPayoutInformationError
5
6# New workflow state.
7workflow: PayoutOnboardingWorkflow
8
9}