OBJECT
EntryLine
link GraphQL Schema definition
- type EntryLine {
- # Line item description
- String :
- # The identifier/number for the applicable license, certificate, or permit for the
- # tariff.
- String :
- # The purchase order (PO) number of the line item.
- String :
- # The origin country of the line item. See
- # https://help.inlt.com/customs-brokerage/determining-country-of-origin
- CountryCode :
- # The origin province of the line item.
- String :
- # The line item manufacturer
- Supplier :
- # A code representing a special programs indicator (SPI).
- String :
- # The Tariffs associated with a line item.
- Tariff!] : [
- # The duty owed on a line.
- Money :
- # The tax owed on a line.
- Money :
- # The fees owed on a line.
- Money :
- }