Method: MoneyKit::PlaidCompatible::TransactionsRefreshRequest#to_body

Defined in:
lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_refresh_request.rb

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



208
209
210
# File 'lib/plaid_compatible/money_kit_plaid_compatible/models/transactions_refresh_request.rb', line 208

def to_body
  to_hash
end