Billcom v0.1.0 Billcom.RecurringBill View Source
Link to this section Summary
Functions
RecurringBill.create for bill.com api
RecurringBill.delete for bill.com api
RecurringBill.read for bill.com api
RecurringBill.undelete for bill.com api
RecurringBill.update for bill.com api
Link to this section Functions
Specs
RecurringBill.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
RecurringBill.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
RecurringBill.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
RecurringBill.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
RecurringBill.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}