Class: AuthorizeNet::API::CreateFingerPrintRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdcreateFingerPrintRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
supportInformation - FingerPrintSupportInformationType

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, supportInformation = nil) ⇒ CreateFingerPrintRequest

Returns a new instance of CreateFingerPrintRequest.



3399
3400
3401
3402
3403
# File 'lib/authorize_net/api/schema.rb', line 3399

def initialize(merchantAuthentication = nil, refId = nil, supportInformation = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @supportInformation = supportInformation
end