OBJECT

InvoiceLine

link GraphQL Schema definition

  • type InvoiceLine {
  • # The line number on the invoice
  • number: Int!
  • # INLT's charge code for the line
  • type: InvoiceLineType!
  • # Charge amount in US Dollars
  • amount: Money
  • # Amount to be reimbursed in US Dollars
  • reimburseAmount: Money
  • }