Carrier Related Info

Carrier

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

Properties

Properties

id: string

The carrier identifier for the offering, provided by the carrier.

Carrier

name: string

The carrier name for the offering.

Carrier