Class: AuthorizeNet::API::CreateFingerPrintRequest
- Inherits:
-
Object
- Object
- AuthorizeNet::API::CreateFingerPrintRequest
- 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
-
#initialize(merchantAuthentication = nil, refId = nil, supportInformation = nil) ⇒ CreateFingerPrintRequest
constructor
A new instance of CreateFingerPrintRequest.
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 |