OBJECT
InvoiceLine
link GraphQL Schema definition
- type InvoiceLine {
- # The line number on the invoice
- : Int!
- # INLT's charge code for the line
- : InvoiceLineType!
- # Charge amount in US Dollars
- : Money
- # Amount to be reimbursed in US Dollars
- : Money
- }