OBJECT
Represents single recharge invoice item
type RechargeInvoiceItem {name: String! net: Float! gross: Float! vat: Float nid: ID! # Requires access to given recharge invoicerechargeInvoice: RechargeInvoice! vatValue: Float }