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