INPUT_OBJECT
SendBalanceHistoryDetailsReportInput
Autogenerated input type of SendBalanceHistoryDetailsReport
link GraphQL Schema definition
- input SendBalanceHistoryDetailsReportInput {
- # A unique identifier for the client performing the mutation.
- 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.
- Boolean :
- # ID of the organization
- ID :
- # ID of the balance adjustment
- 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.
- 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.
- Date :
- # An array of emails.
- String :
- }