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.
341 342 343 344 |
# File 'lib/authorize_net/api/schema.rb', line 341 def initialize(authenticationIndicator = nil, cardholderAuthenticationValue = nil) @authenticationIndicator = authenticationIndicator @cardholderAuthenticationValue = cardholderAuthenticationValue end |