'V1/Transfer/GetAccountTypes'
4 5 6
# File 'lib/neon_api/methods/get_account_types.rb', line 4 def self.create NeonApi.client.send_request(payload, URL) end
8 9 10 11 12
# File 'lib/neon_api/methods/get_account_types.rb', line 8 def self.payload { "ClientID": NeonApi.client.client_id }.to_json end