---
title: CTCellularPlanCapability
framework: coretelephony
role: symbol
role_heading: Enumeration
path: coretelephony/ctcellularplancapability
---

# CTCellularPlanCapability

The type of cellular plan available for an eSIM.

## Declaration

```swift
enum CTCellularPlanCapability
```

## Topics

### Defining cellular data plans

- [init(rawValue:)](coretelephony/ctcellularplancapability/init(rawvalue:).md)
- [CTCellularPlanCapability.dataAndVoice](coretelephony/ctcellularplancapability/dataandvoice.md)
- [CTCellularPlanCapability.dataOnly](coretelephony/ctcellularplancapability/dataonly.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### eSIM

- [CTCellularPlanProvisioning](coretelephony/ctcellularplanprovisioning.md)
- [CTCellularPlanProvisioningRequest](coretelephony/ctcellularplanprovisioningrequest.md)
- [CTCellularPlanProperties](coretelephony/ctcellularplanproperties.md)
