INPUT_OBJECT

SendBalanceHistoryDetailsReportInput

Autogenerated input type of SendBalanceHistoryDetailsReport

link GraphQL Schema definition

  • input SendBalanceHistoryDetailsReportInput {
  • # 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
  • # ID of the organization
  • organization_id: ID
  • # ID of the balance adjustment
  • balance_adjustment_id: ID
  • # The first month to be included in the report (inclusive). If `month` is provided
  • # and `end_month` is not provided, `month` will be the only month included in the
  • # report. Ideally this field would be named `start_month`, but it is named `month`
  • # because the initial implementation only supported generating a report for one
  • # month at a time.
  • month: Date
  • # The last month to be included in the report (inclusive). If `month` is provided
  • # and `end_month` is not provided, `month` will be the only month included in the
  • # report.
  • end_month: Date
  • # An array of emails.
  • emails: String
  • }