Structs§
- Create
Customer Address Params - struct for passing parameters to the method
create_customer_address - Update
Customer Address Params - struct for passing parameters to the method
update_customer_address
Enums§
- Create
Customer Address Error - struct for typed errors of method
create_customer_address - List
Customer Addresses Error - struct for typed errors of method
list_customer_addresses - Update
Customer Address Error - struct for typed errors of method
update_customer_address
Functions§
- create_
customer_ address - Creates an address associated with a customer account.
- list_
customer_ addresses - Return the list of addresses associated with a customer account.
- update_
customer_ address - Updates an address associated with a customer account.