LexOffice.Model.Voucher (lexoffice.de API v0.1.9) View Source

Structure for holding voucher information given by list.

Link to this section Summary

Link to this section Types

Specs

t() :: %LexOffice.Model.Voucher{
  archived: boolean(),
  contactName: String.t(),
  currency: String.t(),
  dueDate: term(),
  id: String.t(),
  openAmount: float(),
  totalAmount: float(),
  voucherDate: DateTime.t(),
  voucherNumber: String.t(),
  voucherStatus: String.t(),
  voucherType: String.t()
}