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

Details about the barcode payment

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExStoneOpenbank.API.Model.BarcodePaymentDetails{
  bank_name: term(),
  barcode: term(),
  expiration_date: term(),
  face_value: term(),
  favored: term(),
  recipient_cpf_cnpj: term(),
  recipient_name: term(),
  status: term(),
  value: term(),
  writable_line: term()
}

Link to this section Functions