Skip to main content

UpdateInvoiceInput Input Type

No description

input UpdateInvoiceInput {
number: String
url: String
metadata: [MetadataInput!]
privateMetadata: [MetadataInput!]
}

Fields

UpdateInvoiceInput.number ● String scalar miscellaneous

Invoice number

UpdateInvoiceInput.url ● String scalar miscellaneous

URL of an invoice to download.

UpdateInvoiceInput.metadata ● [MetadataInput!] list input miscellaneous

Fields required to update the invoice metadata. Can be read by any API client authorized to read the object it's attached to.

Warning: never store sensitive information, including financial data such as credit card details.

UpdateInvoiceInput.privateMetadata ● [MetadataInput!] list input miscellaneous

Fields required to update the invoice private metadata. Requires permissions to modify and to read the metadata of the object it's attached to.

Warning: never store sensitive information, including financial data such as credit card details.

Member Of

invoiceUpdate mutation