Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2.66 KB

SimpleSIMCard.md

File metadata and controls

35 lines (23 loc) · 2.66 KB

SimpleSIMCard

Properties

Name Type Description Notes
id UUID Identifies the resource. [optional] [readonly]
recordType String [optional] [readonly]
status SIMCardStatus [optional]
type TypeEnum The type of SIM card [optional] [readonly]
iccid String The ICCID is the identifier of the specific SIM card/chip. Each SIM is internationally identified by its integrated circuit card identifier (ICCID). ICCIDs are stored in the SIM card's memory and are also engraved or printed on the SIM card body during a process called personalization. [optional] [readonly]
imsi String SIM cards are identified on their individual network operators by a unique International Mobile Subscriber Identity (IMSI). <br/> Mobile network operators connect mobile phone calls and communicate with their market SIM cards using their IMSIs. The IMSI is stored in the Subscriber Identity Module (SIM) inside the device and is sent by the device to the appropriate network. It is used to acquire the details of the device in the Home Location Register (HLR) or the Visitor Location Register (VLR). [optional] [readonly]
msisdn String Mobile Station International Subscriber Directory Number (MSISDN) is a number used to identify a mobile phone number internationally. <br/> MSISDN is defined by the E.164 numbering plan. It includes a country code and a National Destination Code which identifies the subscriber's operator. [optional] [readonly]
simCardGroupId UUID The group SIMCardGroup identification. This attribute can be <code>null</code> when it's present in an associated resource. [optional]
tags List<String> Searchable tags associated with the SIM card [optional]
dataLimit SimpleSIMCardDataLimit [optional]
currentBillingPeriodConsumedData SIMCardCurrentBillingPeriodConsumedData [optional]
actionsInProgress Boolean Indicate whether the SIM card has any pending (in-progress) actions. [optional] [readonly]
createdAt String ISO 8601 formatted date-time indicating when the resource was created. [optional] [readonly]
updatedAt String ISO 8601 formatted date-time indicating when the resource was updated. [optional] [readonly]

Enum: TypeEnum

Name Value
PHYSICAL "physical"
ESIM "esim"