Class: AuthorizeNet::API::MerchantAuthenticationType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::MerchantAuthenticationType
- 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
-
#initialize(name = nil, transactionKey = nil, sessionToken = nil, password = nil, impersonationAuthentication = nil, fingerPrint = nil, mobileDeviceId = nil) ⇒ MerchantAuthenticationType
constructor
A new instance of MerchantAuthenticationType.
Constructor Details
#initialize(name = nil, transactionKey = nil, sessionToken = nil, password = nil, impersonationAuthentication = nil, fingerPrint = nil, mobileDeviceId = nil) ⇒ MerchantAuthenticationType
Returns a new instance of MerchantAuthenticationType.
797 798 799 800 801 802 803 804 805 |
# File 'lib/authorize_net/api/schema.rb', line 797 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 |