class AuthorizeNet::API::KeyValue

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

encoding - EncodingType
encryptionAlgorithm - EncryptionAlgorithmType
scheme - KeyManagementScheme

Public Class Methods

new(encoding = nil, encryptionAlgorithm = nil, scheme = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 578
def initialize(encoding = nil, encryptionAlgorithm = nil, scheme = nil)
  @encoding = encoding
  @encryptionAlgorithm = encryptionAlgorithm
  @scheme = scheme
end