[**@bigcommerce/checkout-sdk**](../README.md)

***

[@bigcommerce/checkout-sdk](../README.md) / CurrencyService

# Class: CurrencyService

Responsible for formatting and converting currencies.

## Constructors

### Constructor

> **new CurrencyService**(): `CurrencyService`

#### Returns

`CurrencyService`

## Methods

### toCustomerCurrency()

> **toCustomerCurrency**(`amount`): `string`

#### Parameters

##### amount

`number`

#### Returns

`string`

***

### toStoreCurrency()

> **toStoreCurrency**(`amount`): `string`

#### Parameters

##### amount

`number`

#### Returns

`string`
