Companion

object Companion

Functions

decode
Link copied to clipboard
fun decode(data: Any?): CurrencyCodeEnum?
Returns a valid CurrencyCodeEnum for data, null otherwise.
encode
Link copied to clipboard
fun encode(data: Any?): String?
Converts the provided data to a String on success, null otherwise.