Class: AuthorizeNet::API::FingerPrintType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdfingerPrintType

hashValue - SOAP::SOAPString
sequence - SOAP::SOAPString
timestamp - SOAP::SOAPString
currencyCode - SOAP::SOAPString
amount - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

#initialize(hashValue = nil, sequence = nil, timestamp = nil, currencyCode = nil, amount = nil) ⇒ FingerPrintType

Returns a new instance of FingerPrintType.



750
751
752
753
754
755
756
# File 'lib/authorize_net/api/schema.rb', line 750

def initialize(hashValue = nil, sequence = nil, timestamp = nil, currencyCode = nil, amount = nil)
  @hashValue = hashValue
  @sequence = sequence
  @timestamp = timestamp
  @currencyCode = currencyCode
  @amount = amount
end