Method: MfkOpenapiRubyClient::DeductionTaxablePosting#hash

Defined in:
lib/mfk_openapi_ruby_client/models/deduction_taxable_posting.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



119
120
121
# File 'lib/mfk_openapi_ruby_client/models/deduction_taxable_posting.rb', line 119

def hash
  [amount, quantity, unit_price].hash
end