Method: OryClient::InvoiceDataV1#hash

Defined in:
lib/ory-client/models/invoice_data_v1.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



296
297
298
# File 'lib/ory-client/models/invoice_data_v1.rb', line 296

def hash
  [billing_period, currency, deleted, items, plan, stripe_invoice_item, stripe_invoice_status, stripe_link, subtitle, tax, title, total_in_cent].hash
end