dwolla v1.0.1 Dwolla.FundingSource.Balance View Source

Dwolla Funding Source Balance data structure.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Dwolla.FundingSource.Balance{
  currency: String.t(),
  last_updated: String.t(),
  value: String.t()
}