INPUT_OBJECT
MasterBillInput
Represents a master bill.
link GraphQL Schema definition
- input MasterBillInput {
- # The master bill number (IATA air waybill, ocean SCAC master bill, or truck
- # PAPS/PARS number). Required for entry and ISF.
- String! :
- # House bills associated with the master bill. Required for entry and ISF if
- # applicable.
- HouseBillInput!] : [
- }