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

# Class: CurrencyService

Responsible for formatting and converting currencies.

## Hierarchy

* **CurrencyService**

## Index

### Methods

* [toCustomerCurrency](currencyservice.md#tocustomercurrency)
* [toStoreCurrency](currencyservice.md#tostorecurrency)

## Methods

###  toCustomerCurrency

▸ **toCustomerCurrency**(`amount`: number): *string*

**Parameters:**

Name | Type |
------ | ------ |
`amount` | number |

**Returns:** *string*

___

###  toStoreCurrency

▸ **toStoreCurrency**(`amount`: number): *string*

**Parameters:**

Name | Type |
------ | ------ |
`amount` | number |

**Returns:** *string*
