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