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