A request that a package must be signed for

interface SignatureMail {
    adult_signature_only?: boolean;
    carrier_specific?: null | CarrierSpecificSignatureMail;
    description?: null | string;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

adult_signature_only?: boolean

Set to true to require the package be signed for by an adult

false
carrier_specific?: null | CarrierSpecificSignatureMail

Carrier-specific information about signing for the package

description?: null | string

Optional description of the service

This value has no effect on the result, and is just here to prevent weird typing issues