A request for USPS Return Receipt

interface UspsReturnReceipt {
    description?: null | string;
    electronic?: boolean;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

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

electronic?: boolean

Whether to request an electronic return receipt

true