<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 10.10.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreTelephony",
  "identifier" : "/documentation/CoreTelephony/CTCellularPlanCapability",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Telephony"
    ],
    "preciseIdentifier" : "c:@E@CTCellularPlanCapability"
  },
  "title" : "CTCellularPlanCapability"
}
-->

# CTCellularPlanCapability

The type of cellular plan available for an eSIM.

```
enum CTCellularPlanCapability
```

## Topics

### Defining cellular data plans

[`init?(rawValue: Int)`](/documentation/CoreTelephony/CTCellularPlanCapability/init(rawValue:))

Creates a new instance with the specified raw value.

[`case dataAndVoice`](/documentation/CoreTelephony/CTCellularPlanCapability/dataAndVoice)

The cellular plan is available for data and voice.

[`case dataOnly`](/documentation/CoreTelephony/CTCellularPlanCapability/dataOnly)

The cellular plan is available for data only.

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)