CurrencyNamesResponse

data class CurrencyNamesResponse(val currencyNames: List<String>)

Constructors

Link copied to clipboard
constructor(currencyNames: List<String>)

Properties

Link copied to clipboard