You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
Carrier
Carrier Carrier
export interface Carrier {
'code'?: string;
'name'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
code | Optional | string | Carrier code {string} Carrier |
name | Optional | string | Carrier name {string} Carrier |