INPUT_OBJECT

AcceptUclaInput

Autogenerated input type of AcceptUcla

link GraphQL Schema definition

  • input AcceptUclaInput {
  • # A unique identifier for the client performing the mutation.
  • client_mutation_id: String
  • # Run the mutation with no side effects in validate-only mode. When true, the
  • # inputs will be validated and errors will be returned, but the mutation will not
  • # perform any actions.
  • skip_save: Boolean
  • # The type of client.
  • client_type: String
  • # Electronic Signature of the User
  • signature: String
  • # Acceptance of the agreement
  • did_accept: Boolean
  • # Address line 1.
  • address: String
  • # Address line 2.
  • address2: String
  • # City.
  • city: String
  • # Country
  • country: String
  • # Date of birth.
  • dob: String
  • # The entity's name.
  • entity_name: String
  • # Client's first name.
  • first_name: String
  • # Client's last name.
  • last_name: String
  • # A postal code.
  • postal: String
  • # Signatory title.
  • signatory_title: String
  • # State.
  • state: String
  • }