Structs§
- AddBilling
Addr Params - struct for passing parameters to the method
add_billing_addr
- Delete
Billing Addr Params - struct for passing parameters to the method
delete_billing_addr
- GetBilling
Addr Params - struct for passing parameters to the method
get_billing_addr
- Update
Billing Addr Params - struct for passing parameters to the method
update_billing_addr
Enums§
- AddBilling
Addr Error - struct for typed errors of method
add_billing_addr
- Delete
Billing Addr Error - struct for typed errors of method
delete_billing_addr
- GetBilling
Addr Error - struct for typed errors of method
get_billing_addr
- Update
Billing Addr Error - struct for typed errors of method
update_billing_addr
Functions§
- add_
billing_ addr - Add a billing address to a customer.
- delete_
billing_ addr - Delete a customer’s billing address.
- get_
billing_ addr - Get a customer’s billing address.
- update_
billing_ addr - Update a customer’s billing address. You may update only part of the customer’s billing address.