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