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