Infusionsoft v0.1.0 Infusionsoft.Schemas.XML.Contacts View Source

Contains functions to translate between common names and XML api names for Contacts.

Link to this section Summary

Functions

Takes a list of XML names and returns Common names or list of errors

Takes a list of Common names and returns XML names or list of errors

Link to this section Functions

Link to this function from(names, token) View Source
from([String.t()], String.t()) :: {:ok, list()} | {:error, String.t()}

Takes a list of XML names and returns Common names or list of errors

Link to this function to(names, token) View Source
to([String.t()], String.t()) :: {:ok, list()} | {:error, String.t()}

Takes a list of Common names and returns XML names or list of errors