brdocs v0.2.0 BrDocs.BrDoc View Source

A struct containing value and kind of the doc.

  • kind - An atom to identify which Brazilian doc kind is being held. It must be one of :cpf, :cnpj.
  • value - A string containing the raw or formatted value of the doc.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %BrDocs.BrDoc{kind: atom(), value: String.t()}