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

Response of a successful barcode payment (or a barcode payment dry run)

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExStoneOpenbank.API.Model.BarcodePaymentResponse{
  account_id: term(),
  amount: term(),
  approval_expired_at: term(),
  approved_at: term(),
  approved_by: term(),
  barcode: term(),
  cancelled_at: term(),
  created_at: term(),
  created_by: term(),
  details: term(),
  failed_at: term(),
  failure_reason_code: term(),
  failure_reason_description: term(),
  fee: term(),
  finished_at: term(),
  id: term(),
  refunded_at: term(),
  rejected_at: term(),
  rejected_by: term(),
  scheduled_to: term(),
  status: term(),
  writable_line: term()
}

Link to this section Functions