Class: Regaliator::V30::Biller

Inherits:
Endpoint
  • Object
show all
Defined in:
lib/regaliator/v30/biller.rb

Instance Attribute Summary

Attributes inherited from Endpoint

#config

Instance Method Summary collapse

Methods inherited from Endpoint

#initialize

Constructor Details

This class inherits a constructor from Regaliator::Endpoint

Instance Method Details

#credentials(params = {}) ⇒ Object



6
7
8
# File 'lib/regaliator/v30/biller.rb', line 6

def credentials(params = {})
  request('/billers/credentials', params).get
end

#topups(params = {}) ⇒ Object



10
11
12
# File 'lib/regaliator/v30/biller.rb', line 10

def topups(params = {})
  request('/billers/topups', params).get
end

#utilities(params = {}) ⇒ Object



14
15
16
# File 'lib/regaliator/v30/biller.rb', line 14

def utilities(params = {})
  request('/billers/utilities', params).get
end