Class: LexofficeClient::UnitPrice

Inherits:
Model::Base show all
Defined in:
lib/lexoffice_client/unit_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/unit_price.rb', line 3

def currency
  @currency
end

#gross_amountObject

Returns the value of attribute gross_amount.



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

def gross_amount
  @gross_amount
end

#net_amountObject

Returns the value of attribute net_amount.



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

def net_amount
  @net_amount
end

#tax_rate_percentageObject

Returns the value of attribute tax_rate_percentage.



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

def tax_rate_percentage
  @tax_rate_percentage
end