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

Structure for holding voucherlist response data.

Link to this section Summary

Link to this section Types

Specs

t() :: %LexOffice.Model.VoucherListResponse{
  content: [LexOffice.Model.Voucher.t()],
  first: boolean(),
  last: boolean(),
  number: integer(),
  numberOfElements: integer(),
  size: integer(),
  totalElements: integer(),
  totalPages: integer()
}