---
title: IntegerFormatStyle.Currency.Configuration
framework: foundation
role: symbol
role_heading: Type Alias
path: foundation/integerformatstyle/currency/configuration
---

# IntegerFormatStyle.Currency.Configuration

The type the format style uses for configuration settings.

## Declaration

```swift
typealias Configuration = CurrencyFormatStyleConfiguration
```

## Discussion

Discussion IntegerFormatStyle.Currency uses CurrencyFormatStyleConfiguration for its configuration type.

## See Also

### Customizing style behavior

- [decimalSeparator(strategy:)](foundation/integerformatstyle/currency/decimalseparator(strategy:).md)
- [grouping(_:)](foundation/integerformatstyle/currency/grouping(_:).md)
- [locale(_:)](foundation/integerformatstyle/currency/locale(_:).md)
- [precision(_:)](foundation/integerformatstyle/currency/precision(_:).md)
- [presentation(_:)](foundation/integerformatstyle/currency/presentation(_:).md)
- [rounded(rule:increment:)](foundation/integerformatstyle/currency/rounded(rule:increment:).md)
- [scale(_:)](foundation/integerformatstyle/currency/scale(_:).md)
- [sign(strategy:)](foundation/integerformatstyle/currency/sign(strategy:).md)
- [CurrencyFormatStyleConfiguration](foundation/currencyformatstyleconfiguration.md)
