Method: Unit::Resource::CashDepositResource.list_by_coordinates
- Defined in:
- lib/unit/api_resources/cash_deposit_resource.rb
.list_by_coordinates(params = nil) ⇒ UnitResponse, UnitError
List cash deposit store locations by coordinates
24 25 26 27 |
# File 'lib/unit/api_resources/cash_deposit_resource.rb', line 24 def list_by_coordinates(params = nil) response = HttpHelper.get("#{api_url}/store-locations", params: params&.to_hash, headers: headers) response_handler(response) end |