Method: FundAmerica::InvestmentPayment.list
- Defined in:
- lib/fund_america/investment_payment.rb
.list ⇒ Object
End point: apps.fundamerica.com/api/investment_payments (GET) Usage: FundAmerica::InvestmentPayment.list Output: Returns list of investment_payments
8 9 10 |
# File 'lib/fund_america/investment_payment.rb', line 8 def list API::request(:get, 'investment_payments') end |