OBJECT
Restrictions on using an HTS Number
type HTSRestrictions {# Restricted by country of origin.countryCode: CountryCode # Restricted by quantity code.quantityCode: String # Minimum allowed quantity.quantityLowBounds: Float # Maximum allowed quantity.quantityHighBounds: Float # Restricted by value code.valueCode: String # Minimum allowed value.valueLowBounds: Float # Maximum allowed value.valueHighBounds: Float }