Method: SquareConnect::ChargeRequest#hash
- Defined in:
- lib/square_connect/models/charge_request.rb
#hash ⇒ Object
Calculate hash code according to all attributes.
161 162 163 |
# File 'lib/square_connect/models/charge_request.rb', line 161 def hash [idempotency_key, amount_money, card_nonce, customer_card_id, delay_capture, reference_id, note, customer_id, billing_address, shipping_address].hash end |