Method: MfkOpenapiRubyClient::DeductionTaxablePosting#hash
- Defined in:
- lib/mfk_openapi_ruby_client/models/deduction_taxable_posting.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
119 120 121 |
# File 'lib/mfk_openapi_ruby_client/models/deduction_taxable_posting.rb', line 119 def hash [amount, quantity, unit_price].hash end |