Method: FidorApi::Model::StandingOrder#routing_type
- Defined in:
- lib/fidor_api/model/standing_order.rb
#routing_type ⇒ Object
25 26 27 28 |
# File 'lib/fidor_api/model/standing_order.rb', line 25 def routing_type @beneficiary ||= {} @beneficiary.dig('routing_type') end |