Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 2.32 KB

customsinvoicedcharges.md

File metadata and controls

23 lines (17 loc) · 2.32 KB

CustomsInvoicedCharges

Additional invoiced charges to be shown on the Customs Declaration Commercial Invoice.

Example Usage

import { CustomsInvoicedCharges } from "shippo/models/components";

let value: CustomsInvoicedCharges = {
  currency: "<value>",
};

Fields

Field Type Required Description
currency string ✔️ Currency for the invoiced charges amounts incurred on the end consumer.
totalShipping string Total shipping paid by the buyer.
totalTaxes string Total taxes paid by the buyer.
totalDuties string Total duties paid by the buyer.
otherFees string Other fees paid by the buyer.