Class: AuthorizeNet::API::CreateFingerPrintResponse
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CreateFingerPrintResponse
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateFingerPrintResponse
refId - SOAP::SOAPString
- MessagesType
sessionToken - SOAP::SOAPString
fingerPrint - FingerPrintType
supportInformation - FingerPrintSupportInformationType
Instance Method Summary collapse
-
#initialize(refId = nil, messages = nil, sessionToken = nil, fingerPrint = nil, supportInformation = nil) ⇒ CreateFingerPrintResponse
constructor
A new instance of CreateFingerPrintResponse.
Constructor Details
#initialize(refId = nil, messages = nil, sessionToken = nil, fingerPrint = nil, supportInformation = nil) ⇒ CreateFingerPrintResponse
Returns a new instance of CreateFingerPrintResponse.
3420 3421 3422 3423 3424 3425 3426 |
# File 'lib/authorize_net/api/schema.rb', line 3420 def initialize(refId = nil, = nil, sessionToken = nil, fingerPrint = nil, supportInformation = nil) @refId = refId @messages = @sessionToken = sessionToken @fingerPrint = fingerPrint @supportInformation = supportInformation end |