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 accessToken - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of MerchantAuthenticationType.



890
891
892
893
894
895
896
897
898
899
# File 'lib/authorize_net/api/schema.rb', line 890

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