Method: ProcessOut::PaymentDataNetworkAuthentication#new

Defined in:
lib/processout/payment_data_network_authentication.rb

#new(data = {}) ⇒ Object

Create a new PaymentDataNetworkAuthentication using the current client



31
32
33
# File 'lib/processout/payment_data_network_authentication.rb', line 31

def new(data = {})
  PaymentDataNetworkAuthentication.new(@client, data)
end