ExStoneOpenbank v0.1.0 ExStoneOpenbank.API.Model.TransferInput View Source

Internal transfer input model.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExStoneOpenbank.API.Model.TransferInput{
  account_id: term(),
  amount: term(),
  description: term(),
  scheduled_to: term(),
  target: term(),
  type: term()
}

Link to this section Functions