Class: AuthorizeNet::API::CcAuthenticationType
- Inherits:
- 
      Object
      
        - Object
- AuthorizeNet::API::CcAuthenticationType
 
- 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
- 
  
    
      #initialize(authenticationIndicator = nil, cardholderAuthenticationValue = nil)  ⇒ CcAuthenticationType 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of CcAuthenticationType. 
Constructor Details
#initialize(authenticationIndicator = nil, cardholderAuthenticationValue = nil) ⇒ CcAuthenticationType
Returns a new instance of CcAuthenticationType.
| 338 339 340 341 | # File 'lib/authorize_net/api/schema.rb', line 338 def initialize(authenticationIndicator = nil, cardholderAuthenticationValue = nil) @authenticationIndicator = authenticationIndicator @cardholderAuthenticationValue = cardholderAuthenticationValue end |