Method: Figo#get_standing_orders

Defined in:
lib/standing_order/api_call.rb

#get_standing_ordersStandingOrder

Get all standing orders.

Parameters:

  • cents (Boolean)
    • whether to show the balance in cents (optional)

Returns:



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