---
title: "init(_:)"
framework: passkit
role: symbol
role_heading: Initializer
path: "passkit/pkpaymentnetwork/init(_:)"
---

# init(_:)

Creates a new payment network structure with the raw value you provide.

## Declaration

```swift
init(_ rawValue: String)
```

## Parameters

- `rawValue`: A string that represents the name of the payment network.

## See Also

### Initializers

- [init(rawValue:)](passkit/pkpaymentnetwork/init(rawvalue:).md)
