INPUT_OBJECT

AcceptProgramAgreementInput

AcceptProgramAgreementInput is the input required when accepting a program agreement.

link GraphQL Schema definition

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