UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

22 lines 1.09 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomsCharges = void 0; /** @description This model represents the charges related with customs. */ class CustomsCharges { /** @description Freight charge for international shipments. */ freight_charge; /** @description Other charge for international shipments. */ other_charge; /** @description : Description for other charge for international shipments.*/ other_charge_description; /** @description Insurance charge for international shipments. */ insurance_charge; /** @description Discount for international shipments. */ discount; /**@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. */ estimated_import_charges; /** @description : The invoice number to be used in the customs.*/ invoice_number; } exports.CustomsCharges = CustomsCharges; //# sourceMappingURL=customs-charges.js.map