OBJECT

MasterBill

Represents a master bill.

link GraphQL Schema definition

  • type MasterBill {
  • # The master bill number (IATA air waybill, ocean SCAC master bill, or truck
  • # PAPS/PARS number).
  • number: String
  • # House bills associated with the master bill.
  • houseBills: [HouseBill!]
  • }