Skip to main content

updateInvoiceMetadata

This mutation adds or updates metadata. Max key length is 40, Max value length is 500, Maximum of 50 total keys

updateInvoiceMetadata(
invoiceId: ID!
key: String!
value: String!
): NewInvoiceResponsePayload

Arguments

updateInvoiceMetadata.invoiceId ● ID! non-null scalar

updateInvoiceMetadata.key ● String! non-null scalar

updateInvoiceMetadata.value ● String! non-null scalar

Type

NewInvoiceResponsePayload object

The newly created invoice or an error related to the failed creation of the invoice.