Infusionsoft v0.2.1 Infusionsoft.Schemas.Contacts View Source

Contains the basic lists of Common, REST, and XML names for Contacts.

Also contains functions to create mappings between name lists and for extracting the name lists.

Link to this section Summary

Functions

Returns a map with Common names as keys and their REST equivalents as values

Returns a map with downcased Common names as keys and their REST equivalents as values

Returns a map with Common names as keys and their XML equivalents as values

Returns a map with downcased Common names as keys and their XML equivalents as values

Returns the standard list of Common names for Contacts

Returns the standard list of REST names for Contacts

Returns the standard list of XML names for Contacts

Returns a map with REST names as keys and their Common equivalents as values

Returns a map with XML names as keys and their Common equivalents as values

Link to this section Functions

Link to this function common_to_rest() View Source
common_to_rest() :: map()

Returns a map with Common names as keys and their REST equivalents as values

Link to this function common_to_rest_downcase() View Source
common_to_rest_downcase() :: map()

Returns a map with downcased Common names as keys and their REST equivalents as values

Link to this function common_to_xml() View Source
common_to_xml() :: map()

Returns a map with Common names as keys and their XML equivalents as values

Link to this function common_to_xml_downcase() View Source
common_to_xml_downcase() :: map()

Returns a map with downcased Common names as keys and their XML equivalents as values

Link to this function list_common_names() View Source
list_common_names() :: [String.t()]

Returns the standard list of Common names for Contacts.

Link to this function list_rest_names() View Source
list_rest_names() :: [String.t()]

Returns the standard list of REST names for Contacts.

Link to this function list_xml_names() View Source
list_xml_names() :: [String.t()]

Returns the standard list of XML names for Contacts.

Link to this function rest_to_common() View Source
rest_to_common() :: map()

Returns a map with REST names as keys and their Common equivalents as values

Link to this function xml_to_common() View Source
xml_to_common() :: map()

Returns a map with XML names as keys and their Common equivalents as values