Record
carrier
No description available.
record carrier {
error-code: option<string>,
mobile-country-code: option<string>,
mobile-network-code: option<string>,
name: option<string>,
type-op: option<carrier-type-op-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| error-code | option<string> | |
| mobile-country-code | option<string> | |
| mobile-network-code | option<string> | |
| name | option<string> | |
| type-op | option<carrier-type-op-enum> |