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