Wasm Directoryalpha
Record

directory-data-currency-information-interface

No description available.

record directory-data-currency-information-interface {
  available-currency-codes: list​<string>,
  base-currency-code: string,
  base-currency-symbol: string,
  default-display-currency-code: string,
  default-display-currency-symbol: string,
  exchange-rates: list​<directory-data-exchange-rate-interface>,
  extension-attributes: option​<directory-data-currency-information-extension-interface>,
}

Fields

NameTypeDescription
available-currency-codeslist​<string>
base-currency-codestring
base-currency-symbolstring
default-display-currency-codestring
default-display-currency-symbolstring
exchange-rateslist​<directory-data-exchange-rate-interface>
extension-attributesoption​<directory-data-currency-information-extension-interface>