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