Class: AuthorizeNet::API::CreateFingerPrintResponse

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateFingerPrintResponse

refId - SOAP::SOAPString
messages - MessagesType
sessionToken - SOAP::SOAPString
fingerPrint - FingerPrintType
supportInformation - FingerPrintSupportInformationType

Instance Method Summary collapse

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, messages = nil, sessionToken = nil, fingerPrint = nil, supportInformation = nil)
  @refId = refId
  @messages = messages
  @sessionToken = sessionToken
  @fingerPrint = fingerPrint
  @supportInformation = supportInformation
end