Skip to main content

InvoiceCreateInput Input Type

No description

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

Fields

number ● String!

Invoice number.

url ● String!

URL of an invoice to download.

metadata ● [MetadataInput!]

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.

privateMetadata ● [MetadataInput!]

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

invoiceCreate mutation