Billcom v0.1.0 Billcom.CustomerBankAccount View Source
Link to this section Summary
Functions
CustomerBankAccount.create for bill.com api
CustomerBankAccount.delete for bill.com api
CustomerBankAccount.read for bill.com api
CustomerBankAccount.undelete for bill.com api
CustomerBankAccount.update for bill.com api
Link to this section Functions
Specs
CustomerBankAccount.create for bill.com api
Parameters:
conn - a connection strucure (see Billcom.login/0) data - data object to send for the object
return:
success - {:ok, val} fail - {:error, val}
Specs
CustomerBankAccount.delete for bill.com api
Parameters:
conn - a connection strucure (see Billcom.login/0) data - data object to send for the object
return:
success - {:ok, val} fail - {:error, val}
Specs
CustomerBankAccount.read for bill.com api
Parameters:
conn - a connection strucure (see Billcom.login/0) data - data object to send for the object
return:
success - {:ok, val} fail - {:error, val}
Specs
CustomerBankAccount.undelete for bill.com api
Parameters:
conn - a connection strucure (see Billcom.login/0) data - data object to send for the object
return:
success - {:ok, val} fail - {:error, val}
Specs
CustomerBankAccount.update for bill.com api
Parameters:
conn - a connection strucure (see Billcom.login/0) data - data object to send for the object
return:
success - {:ok, val} fail - {:error, val}