Class: AuthorizeNet::API::OpaqueDataType

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdopaqueDataType

dataDescriptor - SOAP::SOAPString
dataValue - SOAP::SOAPString
dataKey - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

#initialize(dataDescriptor = nil, dataValue = nil, dataKey = nil) ⇒ OpaqueDataType

Returns a new instance of OpaqueDataType.



408
409
410
411
412
# File 'lib/authorize_net/api/schema.rb', line 408

def initialize(dataDescriptor = nil, dataValue = nil, dataKey = nil)
  @dataDescriptor = dataDescriptor
  @dataValue = dataValue
  @dataKey = dataKey
end