Class: DpdApi::Nl
Class Method Summary collapse
Methods inherited from Base
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 |