Module customer_api

Source

Structs§

DeleteCustomerParams
struct for passing parameters to the method delete_customer
GetCustomerParams
struct for passing parameters to the method get_customer
ListUsersParams
struct for passing parameters to the method list_users
UpdateCustomerParams
struct for passing parameters to the method update_customer

Enums§

DeleteCustomerError
struct for typed errors of method delete_customer
GetCustomerError
struct for typed errors of method get_customer
GetLoggedInCustomerError
struct for typed errors of method get_logged_in_customer
ListUsersError
struct for typed errors of method list_users
UpdateCustomerError
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.