Class: LexofficeClient::TaxAmount
- Inherits:
-
Model::Base
- Object
- Model::Base
- LexofficeClient::TaxAmount
- Defined in:
- lib/lexoffice_client/tax_amount.rb
Instance Attribute Summary collapse
-
#net_amount ⇒ Object
Returns the value of attribute net_amount.
-
#tax_amount ⇒ Object
Returns the value of attribute tax_amount.
-
#tax_rate_percentage ⇒ Object
Returns the value of attribute tax_rate_percentage.
Method Summary
Methods inherited from Model::Base
Methods included from Model::Base::SerializationConcern
Methods included from Model::Base::AttributeNamesConcern
Constructor Details
This class inherits a constructor from LexofficeClient::Model::Base
Instance Attribute Details
#net_amount ⇒ Object
Returns the value of attribute net_amount.
3 4 5 |
# File 'lib/lexoffice_client/tax_amount.rb', line 3 def net_amount @net_amount end |
#tax_amount ⇒ Object
Returns the value of attribute tax_amount.
3 4 5 |
# File 'lib/lexoffice_client/tax_amount.rb', line 3 def tax_amount @tax_amount end |
#tax_rate_percentage ⇒ Object
Returns the value of attribute tax_rate_percentage.
3 4 5 |
# File 'lib/lexoffice_client/tax_amount.rb', line 3 def tax_rate_percentage @tax_rate_percentage end |