Class: LexofficeClient::TotalPrice
- Inherits:
-
Model::Base
- Object
- Model::Base
- LexofficeClient::TotalPrice
- Defined in:
- lib/lexoffice_client/total_price.rb
Instance Attribute Summary collapse
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#tax_rate_percentage ⇒ Object
Returns the value of attribute tax_rate_percentage.
-
#total_discount_absolute ⇒ Object
Returns the value of attribute total_discount_absolute.
-
#total_discount_percentage ⇒ Object
Returns the value of attribute total_discount_percentage.
-
#total_gross_amount ⇒ Object
Returns the value of attribute total_gross_amount.
-
#total_net_amount ⇒ Object
Returns the value of attribute total_net_amount.
-
#total_tax_amount ⇒ Object
Returns the value of attribute total_tax_amount.
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
#currency ⇒ Object
Returns the value of attribute currency.
3 4 5 |
# File 'lib/lexoffice_client/total_price.rb', line 3 def currency @currency end |
#tax_rate_percentage ⇒ Object
Returns the value of attribute tax_rate_percentage.
3 4 5 |
# File 'lib/lexoffice_client/total_price.rb', line 3 def tax_rate_percentage @tax_rate_percentage end |
#total_discount_absolute ⇒ Object
Returns the value of attribute total_discount_absolute.
3 4 5 |
# File 'lib/lexoffice_client/total_price.rb', line 3 def total_discount_absolute @total_discount_absolute end |
#total_discount_percentage ⇒ Object
Returns the value of attribute total_discount_percentage.
3 4 5 |
# File 'lib/lexoffice_client/total_price.rb', line 3 def total_discount_percentage @total_discount_percentage end |
#total_gross_amount ⇒ Object
Returns the value of attribute total_gross_amount.
3 4 5 |
# File 'lib/lexoffice_client/total_price.rb', line 3 def total_gross_amount @total_gross_amount end |
#total_net_amount ⇒ Object
Returns the value of attribute total_net_amount.
3 4 5 |
# File 'lib/lexoffice_client/total_price.rb', line 3 def total_net_amount @total_net_amount end |
#total_tax_amount ⇒ Object
Returns the value of attribute total_tax_amount.
3 4 5 |
# File 'lib/lexoffice_client/total_price.rb', line 3 def total_tax_amount @total_tax_amount end |