INPUT_OBJECT
AcceptProgramAgreementInput
AcceptProgramAgreementInput is the input required when accepting a program agreement.
link GraphQL Schema definition
1 input AcceptProgramAgreementInput { 4 2 # TargetUserID is the ID of the user whose program agreement will be accepted. 3 : ID! 7 5 # Agreement type being accepted for payout onboarding. 6 : PayoutOnboardingCategory! 10 8 # Version of agreement (e.g. "v1"). 9 : String! 11 }