Module billing_address_api

Module billing_address_api 

Source

Structs§

AddBillingAddrParams
struct for passing parameters to the method add_billing_addr
DeleteBillingAddrParams
struct for passing parameters to the method delete_billing_addr
GetBillingAddrParams
struct for passing parameters to the method get_billing_addr
UpdateBillingAddrParams
struct for passing parameters to the method update_billing_addr

Enums§

AddBillingAddrError
struct for typed errors of method add_billing_addr
DeleteBillingAddrError
struct for typed errors of method delete_billing_addr
GetBillingAddrError
struct for typed errors of method get_billing_addr
UpdateBillingAddrError
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.