Method: Plaid::TransferAuthorization#to_s

Defined in:
lib/plaid/models/transfer_authorization.rb

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



285
286
287
# File 'lib/plaid/models/transfer_authorization.rb', line 285

def to_s
  to_hash.to_s
end