OBJECT
RegisterPayoutInformationPayload
RegisterPayoutInformationPayload is the updated workflow after registration is accepted.
link GraphQL Schema definition
1 type RegisterPayoutInformationPayload { 2 3 # Describes error that occured when registering payout information. 4 : RegisterPayoutInformationError 5 6 # New workflow state. 7 : PayoutOnboardingWorkflow 8 9 }