INPUT_OBJECT

MandateSettingsInput

Mandate information.

link GraphQL Schema definition

  • input MandateSettingsInput {
  • # The end date of the mandate agreement. Example: 2018-11-13
  • end_date: JSONDate
  • # Is the mandate agreement exclusive to the agency?
  • exclusive: Boolean
  • # The mandate agreement number.
  • number: String
  • # The start date of the mandate agreement. Example: 2018-11-13
  • start_date: JSONDate
  • }