Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 2.74 KB

customsdeclarationdutiespayor.md

File metadata and controls

27 lines (21 loc) · 2.74 KB

CustomsDeclarationDutiesPayor

Specifies who will pay the duties for the shipment. Only accepted for FedEx shipments.

Example Usage

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

let value: CustomsDeclarationDutiesPayor = {
  account: "2323434543",
  type: "THIRD_PARTY",
  address: {
    name: "Patrick Kavanagh",
    zip: "80331",
    country: "DE",
  },
};

Fields

Field Type Required Description Example
account string Account number to be billed for duties. 2323434543
type components.CustomsDeclarationType Party to be billed for duties. THIRD_PARTY
address components.CustomsDeclarationAddress N/A