Method: Micropayment::Debit.addressGet

Defined in:
lib/services/debit.rb

.addressGet(options = {}) ⇒ Object

“ermittelt die Adresse des Kunden”



98
99
100
101
102
# File 'lib/services/debit.rb', line 98

def addressGet(options={})
  assert_valid_keys(options, :customerId)
  assert_keys_exists(options, :customerId)
  execute(:addressGet, options)
end