Structs§
- Create
Contacts Params - struct for passing parameters to the method
create_contacts
- Delete
Contact Params - struct for passing parameters to the method
delete_contact
- List
Contacts Params - struct for passing parameters to the method
list_contacts
Enums§
- Create
Contacts Error - struct for typed errors of method
create_contacts
- Delete
Contact Error - struct for typed errors of method
delete_contact
- List
Contacts Error - 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.