Class: AuthorizeNet::API::MerchantAuthenticationType

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdmerchantAuthenticationType name - SOAP::SOAPString transactionKey - SOAP::SOAPString sessionToken - SOAP::SOAPString password - SOAP::SOAPString impersonationAuthentication - ImpersonationAuthenticationType fingerPrint - FingerPrintType mobileDeviceId - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, transactionKey = nil, sessionToken = nil, password = nil, impersonationAuthentication = nil, fingerPrint = nil, mobileDeviceId = nil) ⇒ MerchantAuthenticationType

Returns a new instance of MerchantAuthenticationType.



782
783
784
785
786
787
788
789
790
# File 'lib/authorize_net/api/schema.rb', line 782

def initialize(name = nil, transactionKey = nil, sessionToken = nil, password = nil, impersonationAuthentication = nil, fingerPrint = nil, mobileDeviceId = nil)
  @name = name
  @transactionKey = transactionKey
  @sessionToken = sessionToken
  @password = password
  @impersonationAuthentication = impersonationAuthentication
  @fingerPrint = fingerPrint
  @mobileDeviceId = mobileDeviceId
end