INPUT_OBJECT
The input object that defines the fields for the createInvoice mutation.
input CreateInvoiceMutationInput {# A list of `Debit` IDs to be used to create the invoice. They must not be # currently associated with an invoice.debit_ids: [Int64Bit]!# The invoice date.date: Date!# A custom message to print on the invoice.message: Text# The date this invoice is due by.due_date: Date}