Class: LexofficeClient::TotalPrice

Inherits:
Model::Base show all
Defined in:
lib/lexoffice_client/total_price.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model::Base

#attributes=, #initialize

Methods included from Model::Base::SerializationConcern

#as_json, #to_json

Methods included from Model::Base::AttributeNamesConcern

#attributes, included

Constructor Details

This class inherits a constructor from LexofficeClient::Model::Base

Instance Attribute Details

#currencyObject

Returns the value of attribute currency.



3
4
5
# File 'lib/lexoffice_client/total_price.rb', line 3

def currency
  @currency
end

#tax_rate_percentageObject

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_absoluteObject

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_percentageObject

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_amountObject

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_amountObject

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_amountObject

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