ExStoneOpenbank v0.1.2 ExStoneOpenbank.API.Model.TransferResponse View Source

A transfer representation

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExStoneOpenbank.API.Model.TransferResponse{
  amount: term(),
  approval_expired_at: term(),
  approved_at: term(),
  approved_by: term(),
  cancelled_at: term(),
  created_at: term(),
  created_by: term(),
  delayed_to_next_business_day: term(),
  failed_at: term(),
  fee: term(),
  finished_at: term(),
  id: term(),
  refund_reason_code: term(),
  refund_reason_description: term(),
  refunded_at: term(),
  rejected_at: term(),
  rejected_by: term(),
  scheduled_to_effective: term(),
  scheduled_to_requested: term(),
  status: term(),
  target: term()
}

Link to this section Functions