Class: AuthorizeNet::API::KeyManagementScheme::DUKPT::EncryptedData
- Inherits:
-
Object
- Object
- AuthorizeNet::API::KeyManagementScheme::DUKPT::EncryptedData
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
inner class for member: EncryptedData AnetApi/xml/v1/schema/AnetApiSchema.xsdEncryptedData
value - SOAP::SOAPString
Instance Method Summary collapse
-
#initialize(value = nil) ⇒ EncryptedData
constructor
A new instance of EncryptedData.
Constructor Details
#initialize(value = nil) ⇒ EncryptedData
Returns a new instance of EncryptedData.
493 494 495 |
# File 'lib/authorize_net/api/schema.rb', line 493 def initialize(value = nil) @value = value end |