CreditNoteInput (Input)
Credit note
input CreditNoteInput {
nid: CreditNoteNid
documentTemplate: DocumentTemplateNid!
items: [CreditNoteItemInput!]!
buyer: SalesBuyerInput!
sellDate: String!
dueDate: String!
issueDate: String!
invoiceNo: String!
currency: String!
invoiceNote: String
isPaid: Boolean
closed: Boolean
tags: [TagInput!]
}
Fields
CreditNoteInput.nid ● CreditNoteNid scalar
CreditNoteInput.documentTemplate ● DocumentTemplateNid! non-null scalar
CreditNoteInput.items ● [CreditNoteItemInput!]! non-null input
CreditNoteInput.buyer ● SalesBuyerInput! non-null input
CreditNoteInput.sellDate ● String! non-null scalar
CreditNoteInput.dueDate ● String! non-null scalar
CreditNoteInput.issueDate ● String! non-null scalar
CreditNoteInput.invoiceNo ● String! non-null scalar
CreditNoteInput.currency ● String! non-null scalar
CreditNoteInput.invoiceNote ● String scalar
CreditNoteInput.isPaid ● Boolean scalar
CreditNoteInput.closed ● Boolean scalar
CreditNoteInput.tags ● [TagInput!] list input
Member Of
sales.createCreditNote mutation ● sales.updateCreditNote mutation