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

Structure for specifying invoice tax amount data.

Link to this section Summary

Link to this section Types

Specs

t() :: %LexOffice.Model.TaxAmount{
  netAmount: float(),
  taxAmount: float(),
  taxRatePercentage: float()
}