Class: AuthorizeNet::API::CcAuthenticationType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdccAuthenticationType

authenticationIndicator - SOAP::SOAPString
cardholderAuthenticationValue - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

#initialize(authenticationIndicator = nil, cardholderAuthenticationValue = nil) ⇒ CcAuthenticationType

Returns a new instance of CcAuthenticationType.



337
338
339
340
# File 'lib/authorize_net/api/schema.rb', line 337

def initialize(authenticationIndicator = nil, cardholderAuthenticationValue = nil)
  @authenticationIndicator = authenticationIndicator
  @cardholderAuthenticationValue = cardholderAuthenticationValue
end