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

Structure for specifying invoice line item unit price data.

Link to this section Summary

Link to this section Types

Specs

t() :: %LexOffice.Model.LineItem.UnitPrice{
  currency: float(),
  grossAmount: float(),
  netAmount: float(),
  taxRatePercentage: float()
}