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.



861
862
863
864
865
866
867
# File 'lib/authorize_net/api/schema.rb', line 861

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