Specifies who will pay the duties for the shipment. Only accepted for FedEx shipments.
import { CustomsDeclarationDutiesPayor } from "shippo/models/components";
let value: CustomsDeclarationDutiesPayor = {
account: "2323434543",
type: "THIRD_PARTY",
address: {
name: "Patrick Kavanagh",
zip: "80331",
country: "DE",
},
};
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 |