Skip to main content

CreditNoteItemInput (Input)

input CreditNoteItemInput {
nid: CreditNoteItemNid
vatValue: SalesVatInput!
name: String!
net: Float!
gross: Float!
}

Fields

CreditNoteItemInput.nid ● CreditNoteItemNid scalar

CreditNoteItemInput.vatValue ● SalesVatInput! non-null input

CreditNoteItemInput.name ● String! non-null scalar

CreditNoteItemInput.net ● Float! non-null scalar

CreditNoteItemInput.gross ● Float! non-null scalar

Member Of

CreditNoteInput input