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
currencyCode - SOAP::SOAPString
amount - SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(hashValue = nil, sequence = nil, timestamp = nil, currencyCode = nil, amount = nil) ⇒ FingerPrintType
constructor
A new instance of FingerPrintType.
Constructor Details
#initialize(hashValue = nil, sequence = nil, timestamp = nil, currencyCode = nil, amount = nil) ⇒ FingerPrintType
Returns a new instance of FingerPrintType.
861 862 863 864 865 866 867 |
# File 'lib/authorize_net/api/schema.rb', line 861 def initialize(hashValue = nil, sequence = nil, = nil, currencyCode = nil, amount = nil) @hashValue = hashValue @sequence = sequence @timestamp = @currencyCode = currencyCode @amount = amount end |