OBJECT
Types of rates used to calculate duty
type HTSRate {# Percent rate of duty in decimal form, used by multiplying the Line's total # value.adValorem: Float # Specific rate of duty, used by multiplying a unit of measure quantity.specific: Float # Other rate of duty, used in various ways.other: Float }