View Source SoftBank.Owner (soft_bank v1.2.5)

Summary

Types

t()

An Owner type.

Functions

Builds a changeset based on the struct and params.

Fetch the Account from the Repo.

Create new account with default ledgers

Types

@type t() :: %SoftBank.Owner{
  __meta__: term(),
  account_number: String.t(),
  accounts: term(),
  id: term(),
  name: String.t()
}

An Owner type.

Functions

Link to this function

changeset(struct, params \\ %{})

View Source

Builds a changeset based on the struct and params.

Link to this function

fetch(account, repo \\ Repo)

View Source

Fetch the Account from the Repo.

Create new account with default ledgers