# Functions
Retrieve funding instructions for a customer cash balance.
Permanently deletes a customer.
Removes the currently applied discount on a customer.
Retrieves a Customer object.
Returns a list of your customers.
Returns a list of PaymentMethods for a given Customer.
Creates a new customer object.
Retrieves a PaymentMethod object for a given Customer.
Search for customers you've previously created using Stripe's [Search Query Language](https://stripe.com/docs/search#search-query-language).
Updates the specified customer by setting the values of the parameters passed.
# Structs
Client is used to invoke /customers APIs.
Iter is an iterator for customers.
PaymentMethodIter is an iterator for payment methods.
SearchIter is an iterator for customers.