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.



806
807
808
809
810
811
812
813
814
815
# File 'lib/authorize_net/api/schema.rb', line 806

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