Billcom v0.1.1 Billcom.CustomerBankAccount View Source
Link to this section Summary
Functions
Billcom.CustomerBankAccount.create/2 for bill.com api
Billcom.CustomerBankAccount.delete/2 for bill.com api
Billcom.CustomerBankAccount.list/2 for bill.com api
Billcom.CustomerBankAccount.read/2 for bill.com api
Billcom.CustomerBankAccount.undelete/2 for bill.com api
Billcom.CustomerBankAccount.update/2 for bill.com api
Link to this section Functions
Specs
Billcom.CustomerBankAccount.create/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Returned data from create for CustomerBankAccount
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.CustomerBankAccount.delete/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Returned data from delete for CustomerBankAccount
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.CustomerBankAccount.list/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Where data is a collection of CustomerBankAccount object list
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.CustomerBankAccount.read/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Returned data from read for CustomerBankAccount
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.CustomerBankAccount.undelete/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Returned data from undelete for CustomerBankAccount
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.CustomerBankAccount.update/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Returned data from update for CustomerBankAccount
failure:
{:error, val}Where val hold information about failure reason.