Method: AmzSpApi::VendorOrdersApiModel::TaxRegistrationDetails#hash

Defined in:
lib/vendor-orders-api-model/models/tax_registration_details.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



143
144
145
# File 'lib/vendor-orders-api-model/models/tax_registration_details.rb', line 143

def hash
  [tax_registration_type, tax_registration_number].hash
end