A value-added service to be applied to a shipping service purchase.

RequestedValueAddedService

interface RequestedValueAddedService {
    id: string;
}

Properties

Properties

id: string

The identifier of the selected value-added service. Must be among those returned in the response to the getRates operation.

RequestedValueAddedService