Home > @vsf-enterprise/sap-commerce-webservices-sdk > Currency
Currency interface
Representation of a Currency Currency
Signature:
export interface Currency
Properties
Property | Type | Description |
---|---|---|
active? | boolean | (Optional) Boolean flag whether currency is active |
isocode? | string | (Optional) Code of the currency in iso format |
name? | string | (Optional) Name of the currency |
symbol? | string | (Optional) Symbol of the currency |