Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 790 Bytes

CurrencyService.md

File metadata and controls

54 lines (30 loc) · 790 Bytes

@bigcommerce/checkout-sdk / CurrencyService

Class: CurrencyService

Responsible for formatting and converting currencies.

Table of contents

Constructors

Methods

Constructors

constructor

new CurrencyService()

Methods

toCustomerCurrency

toCustomerCurrency(amount): string

Parameters

Name Type
amount number

Returns

string


toStoreCurrency

toStoreCurrency(amount): string

Parameters

Name Type
amount number

Returns

string