Method: TogaiClient::PurchaseListResponse#hash
- Defined in:
- lib/togai_client/models/purchase_list_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
275 276 277 |
# File 'lib/togai_client/models/purchase_list_response.rb', line 275 def hash [id, price_plan_id, price_plan_name, quantity, rate_card_quantities, price_plan_version, status, idempotency_key, purchase_plan, wallet_topup_details, price, invoice_currency, created_at, updated_at, type].hash end |