Customer record management.
Summary
Functions
Creates a customer from customer_data.
Deletes a customer by id.
Fetches a customer by id.
Searches customers matching filters (query-string parameters).
Updates a customer.
Functions
@spec create(Mercadopago.Client.t(), map(), keyword()) :: Mercadopago.HTTP.response()
Creates a customer from customer_data.
@spec delete(Mercadopago.Client.t(), String.t(), keyword()) :: Mercadopago.HTTP.response()
Deletes a customer by id.
@spec get(Mercadopago.Client.t(), String.t(), keyword()) :: Mercadopago.HTTP.response()
Fetches a customer by id.
@spec search(Mercadopago.Client.t(), map() | nil, keyword()) :: Mercadopago.HTTP.response()
Searches customers matching filters (query-string parameters).
@spec update(Mercadopago.Client.t(), String.t(), map(), keyword()) :: Mercadopago.HTTP.response()
Updates a customer.