modulr v0.4.3 Modulr.Resources.Account
Link to this section Summary
Functions
Create an account for an existing customer
Link to this section Functions
Link to this function
create_by_customer(cid, params, driver \\ Comms.HttpDriver)
Create an account for an existing customer.
Example
Modulr.Resources.Account.create_by_customer("C123456", %{currency: "GBP"})
Link to this function
get(id, params \\ %{}, driver \\ Comms.HttpDriver)
Link to this function
list(params \\ %{}, driver \\ Comms.HttpDriver)