INPUT_OBJECT
The input object that defines the fields for the updateInvoice mutation.
input UpdateInvoiceMutationInput {# If an invoice is frozen, payments will not be automatically applied to it, and # it cannot be modified.frozen: Boolean# A custom message to print on the invoice.message: String# Setting this value to `true` will set `message` to null.unset_message: Boolean}