Method: AmzSpApi::VendorOrdersApiModel::TaxRegistrationDetails#hash
- Defined in:
- lib/vendor-orders-api-model/models/tax_registration_details.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |