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.



777
778
779
780
781
782
783
# File 'lib/authorize_net/api/schema.rb', line 777

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