Class: AuthorizeNet::API::FingerPrintType
- Inherits:
-
Object
- Object
- AuthorizeNet::API::FingerPrintType
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdfingerPrintType
hashValue - SOAP::SOAPString
sequence - SOAP::SOAPString
- SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(hashValue = nil, sequence = nil, timestamp = nil) ⇒ FingerPrintType
constructor
A new instance of FingerPrintType.
Constructor Details
#initialize(hashValue = nil, sequence = nil, timestamp = nil) ⇒ FingerPrintType
Returns a new instance of FingerPrintType.
744 745 746 747 748 |
# File 'lib/authorize_net/api/schema.rb', line 744 def initialize(hashValue = nil, sequence = nil, = nil) @hashValue = hashValue @sequence = sequence = end |