Class: AuthorizeNet::API::KeyManagementScheme::DUKPT
- Inherits:
-
Object
- Object
- AuthorizeNet::API::KeyManagementScheme::DUKPT
- Includes:
- ROXML
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
inner class for member: DUKPT AnetApi/xml/v1/schema/AnetApiSchema.xsdDUKPT
operation - OperationType
mode - KeyManagementScheme::DUKPT::Mode
deviceInfo - KeyManagementScheme::DUKPT::DeviceInfo
encryptedData - KeyManagementScheme::DUKPT::EncryptedData
Defined Under Namespace
Classes: DeviceInfo, EncryptedData, Mode
Instance Method Summary collapse
-
#initialize(operation = nil, mode = nil, deviceInfo = nil, encryptedData = nil) ⇒ DUKPT
constructor
A new instance of DUKPT.
Constructor Details
#initialize(operation = nil, mode = nil, deviceInfo = nil, encryptedData = nil) ⇒ DUKPT
Returns a new instance of DUKPT.
503 504 505 506 507 508 |
# File 'lib/authorize_net/api/schema.rb', line 503 def initialize(operation = nil, mode = nil, deviceInfo = nil, encryptedData = nil) @operation = operation @mode = mode @deviceInfo = deviceInfo @encryptedData = encryptedData end |