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