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