---
title: MerchantCategoryCode
framework: financekit
role: symbol
role_heading: Structure
path: financekit/merchantcategorycode
---

# MerchantCategoryCode

## Declaration

```swift
struct MerchantCategoryCode
```

## Topics

### Initializers

- [init(rawValue:)](financekit/merchantcategorycode/init(rawvalue:).md)

### Instance Properties

- [rawValue](financekit/merchantcategorycode/rawvalue.md)

### Default Implementations

- [CustomStringConvertible Implementations](financekit/merchantcategorycode/customstringconvertible-implementations.md)
- [LosslessStringConvertible Implementations](financekit/merchantcategorycode/losslessstringconvertible-implementations.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [LosslessStringConvertible](swift/losslessstringconvertible.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
