@shipengine/connect-carrier-api
Version:
This is the typescript/javascript definitions for carrier api
12 lines • 701 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EstimatedImportCharges = void 0;
/** @description Estimated charges related to importing goods, such as customs duties, taxes, and other import-related fees. Depending on carrier, if provided they will be displayed on the Commercial Invoice. */
class EstimatedImportCharges {
/** @description Estimated amount and currency of import taxes, such as Value-Added Tax (VAT) or Goods and Services Tax (GST). */
taxes;
/** @description Estimated amount and currency of import duties. */
duties;
}
exports.EstimatedImportCharges = EstimatedImportCharges;
//# sourceMappingURL=estimated-import-charges.js.map