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