Class: DpdApi::Nl

Inherits:
Base
  • Object
show all
Defined in:
lib/dpd_api/nl.rb

Class Method Summary collapse

Methods inherited from Base

operations

Class Method Details

.nl_amount(params = {}) ⇒ Object



6
7
8
# File 'lib/dpd_api/nl.rb', line 6

def nl_amount(params = {})
  response(:get_nl_amount, params, namespace: :arg0)
end

.nl_invoice(params = {}) ⇒ Object



10
11
12
# File 'lib/dpd_api/nl.rb', line 10

def nl_invoice(params = {})
  response(:get_nl_invoice, params, namespace: :arg0)
end