USPS-specific information about signing for a package

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

Hierarchy (View Summary)

Indexable

Properties

certified_mail?: boolean

Set to true to request USPS Certified Mail

false
restricted_delivery?: boolean

Set to true to require the addressee to be the one to sign for the package

false