class AuthorizeNet::API::FingerPrintType

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}fingerPrintType

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

Public Class Methods

new(hashValue = nil, sequence = nil, timestamp = nil, currencyCode = nil, amount = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 770
def initialize(hashValue = nil, sequence = nil, timestamp = nil, currencyCode = nil, amount = nil)
  @hashValue = hashValue
  @sequence = sequence
  @timestamp = timestamp
  @currencyCode = currencyCode
  @amount = amount
end