OBJECT
RegisterPayoutInformationError
RegisterPayoutInformationError describes the error that occured when registering a user's payout information during payout onboarding.
link GraphQL Schema definition
1 type RegisterPayoutInformationError { 2 3 # Code to describe error that occurred while registering payout information. 4 : RegisterPayoutInformationErrorCode! 5 6 # Lists any field names that have an invalid format. 7 : [RegisterPayoutInformationFieldName!] 8 9 }