Module contact_api

Source

Structs§

CreateContactsParams
struct for passing parameters to the method create_contacts
DeleteContactParams
struct for passing parameters to the method delete_contact
ListContactsParams
struct for passing parameters to the method list_contacts

Enums§

CreateContactsError
struct for typed errors of method create_contacts
DeleteContactError
struct for typed errors of method delete_contact
ListContactsError
struct for typed errors of method list_contacts

Functions§

create_contacts
Create a contact.
delete_contact
Delete a contact.
list_contacts
List all contacts from a specified customer ID.