Billcom v0.1.1 Billcom.SentPay View Source
Link to this section Summary
Functions
Billcom.SentPay.create/2
for bill.com api
Billcom.SentPay.delete/2
for bill.com api
Billcom.SentPay.list/2
for bill.com api
Billcom.SentPay.read/2
for bill.com api
Billcom.SentPay.undelete/2
for bill.com api
Billcom.SentPay.update/2
for bill.com api
Link to this section Functions
Specs
Billcom.SentPay.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 SentPay
failure:
{:error, val}
Where val
hold information about failure reason.
Specs
Billcom.SentPay.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 SentPay
failure:
{:error, val}
Where val
hold information about failure reason.
Specs
Billcom.SentPay.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 SentPay object list
failure:
{:error, val}
Where val
hold information about failure reason.
Specs
Billcom.SentPay.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 SentPay
failure:
{:error, val}
Where val
hold information about failure reason.
Specs
Billcom.SentPay.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 SentPay
failure:
{:error, val}
Where val
hold information about failure reason.
Specs
Billcom.SentPay.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 SentPay
failure:
{:error, val}
Where val
hold information about failure reason.