A value-added service available for purchase with a shipment service offering.

ValueAddedService

interface ValueAddedService {
    cost: Currency;
    id: string;
    name: string;
}

Properties

Properties

cost: Currency

ValueAddedService

id: string

The identifier for the value-added service.

ValueAddedService

name: string

The name of the value-added service.

ValueAddedService