Balanced.API.Customers

Source

Summary

add_bank_account(balanced, customer_id, bank_account_id)

Associates the customer with the bank account

add_card(balanced, customer_id, card_id)

Associates the customer with the card

create(balanced, customer)

Creates a customer

delete(balanced, id)

Deletes a customer

get(balanced, id)

Gets a customer

list(balanced, limit \\ 10, offset \\ 0)

Lists customers

update(balanced, id, customer)

Updates a customer

Functions

add_bank_account(balanced, customer_id, bank_account_id)

Specs:

Associates the customer with the bank account

Source
add_card(balanced, customer_id, card_id)

Specs:

Associates the customer with the card

Source
create(balanced, customer)

Specs:

Creates a customer

Source
delete(balanced, id)

Specs:

Deletes a customer

Source
get(balanced, id)

Specs:

Gets a customer

Source
list(balanced, limit \\ 10, offset \\ 0)

Specs:

Lists customers

Source
update(balanced, id, customer)

Specs:

Updates a customer

Source