Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 703 Bytes

currencyservice.md

File metadata and controls

44 lines (25 loc) · 703 Bytes

@bigcommerce/checkout-sdkCurrencyService

Class: CurrencyService

Responsible for formatting and converting currencies.

Hierarchy

  • CurrencyService

Index

Methods

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