Billcom v0.1.1 Billcom.RPConvFee View Source
Link to this section Summary
Functions
Billcom.RPConvFee.create/2 for bill.com api
Billcom.RPConvFee.delete/2 for bill.com api
Billcom.RPConvFee.list/2 for bill.com api
Billcom.RPConvFee.read/2 for bill.com api
Billcom.RPConvFee.undelete/2 for bill.com api
Billcom.RPConvFee.update/2 for bill.com api
Link to this section Functions
Specs
Billcom.RPConvFee.create/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Returned data from create for RPConvFee
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.RPConvFee.delete/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Returned data from delete for RPConvFee
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.RPConvFee.list/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Where data is a collection of RPConvFee object list
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.RPConvFee.read/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Returned data from read for RPConvFee
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.RPConvFee.undelete/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Returned data from undelete for RPConvFee
failure:
{:error, val}Where val hold information about failure reason.
Specs
Billcom.RPConvFee.update/2 for bill.com api
Parameters:
- conn: a connection strucure (see
Billcom.login!/0) - data: data object to send for the object
return:
success:
{:ok, data}Returned data from update for RPConvFee
failure:
{:error, val}Where val hold information about failure reason.