Structs§
- Delete
Customer Params - struct for passing parameters to the method
delete_customer
- GetCustomer
Params - struct for passing parameters to the method
get_customer
- List
Users Params - struct for passing parameters to the method
list_users
- Update
Customer Params - struct for passing parameters to the method
update_customer
Enums§
- Delete
Customer Error - struct for typed errors of method
delete_customer
- GetCustomer
Error - struct for typed errors of method
get_customer
- GetLogged
InCustomer Error - struct for typed errors of method
get_logged_in_customer
- List
Users Error - struct for typed errors of method
list_users
- Update
Customer Error - struct for typed errors of method
update_customer
Functions§
- delete_
customer - Delete a customer.
- get_
customer - Get a specific customer.
- get_
logged_ in_ customer - Get the logged in customer.
- list_
users - List all users from a specified customer id.
- update_
customer - Update a customer.