Invoice
No description
type Invoice {
  totalAmount: Float!
  taxAmounts: [TaxAmount!]!
}
Fields
Invoice.totalAmount ● Float! non-null scalar
Total of invoice
Invoice.taxAmounts ● [TaxAmount!]! non-null object
Tax amounts of the invoice
Member of
Cart  object