Billcom v0.1.1 Billcom.VendorBankAccount View Source
Link to this section Summary
Functions
Billcom.VendorBankAccount.create/2
for bill.com api
Billcom.VendorBankAccount.delete/2
for bill.com api
Billcom.VendorBankAccount.list/2
for bill.com api
Billcom.VendorBankAccount.read/2
for bill.com api
Billcom.VendorBankAccount.undelete/2
for bill.com api
Billcom.VendorBankAccount.update/2
for bill.com api
Link to this section Functions
Specs
Billcom.VendorBankAccount.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 VendorBankAccount
failure:
{:error, val}
Where val
hold information about failure reason.
Specs
Billcom.VendorBankAccount.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 VendorBankAccount
failure:
{:error, val}
Where val
hold information about failure reason.
Specs
Billcom.VendorBankAccount.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 VendorBankAccount object list
failure:
{:error, val}
Where val
hold information about failure reason.
Specs
Billcom.VendorBankAccount.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 VendorBankAccount
failure:
{:error, val}
Where val
hold information about failure reason.
Specs
Billcom.VendorBankAccount.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 VendorBankAccount
failure:
{:error, val}
Where val
hold information about failure reason.
Specs
Billcom.VendorBankAccount.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 VendorBankAccount
failure:
{:error, val}
Where val
hold information about failure reason.