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.



755
756
757
758
759
760
761
# File 'lib/authorize_net/api/schema.rb', line 755

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