Method: ProcessOut::SubmerchantAddress#new
- Defined in:
- lib/processout/submerchant_address.rb
#new(data = {}) ⇒ Object
Create a new SubmerchantAddress using the current client
67 68 69 |
# File 'lib/processout/submerchant_address.rb', line 67 def new(data = {}) SubmerchantAddress.new(@client, data) end |