class AuthorizeNet::API::CcAuthenticationType

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

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

Public Class Methods

new(authenticationIndicator = nil, cardholderAuthenticationValue = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 333
def initialize(authenticationIndicator = nil, cardholderAuthenticationValue = nil)
  @authenticationIndicator = authenticationIndicator
  @cardholderAuthenticationValue = cardholderAuthenticationValue
end