Interface CarrierSpecificExtraServiceOptionInternal

Carrier services that apply to a specific carrier.

Tip

This maps to an input with a GraphQL @oneOf directive.

This means you have to specify exactly one of the keys:

interface CarrierSpecificExtraServiceOption {
    usps?: UspsSpecificExtraService;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

Properties

The specific extra service options for USPS