Information required by USPS for insuring a package

interface UspsSpecificShipmentInsurance {
    restricted_delivery?: boolean;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

restricted_delivery?: boolean

Require the package to be signed for by the addressee

false