Service Related Info

Service

interface Service {
    id: string;
    name: string;
}

Properties

Properties

id: string

An identifier for the shipping service.

Service

name: string

The name of the shipping service.

Service