OBJECT

HouseBill

Represents a house bill.

link GraphQL Schema definition

  • type HouseBill {
  • # The house bill number (must match AMS).
  • number: String
  • # An in-bond number associated with the house bill.
  • inBondNumber: String
  • # The quantity associated with the house bill.
  • quantity: Int
  • }