A request to insure a package

interface ShipmentInsurance {
    carrier_specific?: null | CarrierSpecificShipmentInsurance;
    description?: null | string;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

carrier_specific?: null | CarrierSpecificShipmentInsurance

Insurance information specific to a carrier

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