DodoPayments.UnknownEnum (dodo_payments v0.1.0)

Copy Markdown View Source

A lossless value returned when Dodo introduces an enum member that this SDK does not know yet.

Known values decode to atoms. Unknown values are never converted to atoms; their exact wire value is retained here until the SDK is updated.

Summary

Types

t()

@type t() :: %DodoPayments.UnknownEnum{enum: atom(), value: String.t()}