Carrier is an object representing a mobile carrier.
{ name: string(), mcc: string(), mnc: string(), ...approvable }
name string The name of the carrier.
name
mcc string The Mobile Country Code of the carrier.
mcc
mnc string The Mobile Network Code identifying the carrier.
mnc
When embedded into an Identity, this object is extended by the Approvable fields.
Last updated 3 years ago