Method: Figo#get_standing_orders
- Defined in:
- lib/standing_order/api_call.rb
#get_standing_orders ⇒ StandingOrder
Get all standing orders.
14 15 16 |
# File 'lib/standing_order/api_call.rb', line 14 def get_standing_orders() query_api_object StandingOrder, "/rest/standing_orders", nil, "GET", "standing_orders" end |