Class: AuthorizeNet::API::ProcessorType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdProcessorType

Instance Method Summary collapse

Constructor Details

#initialize(name = nil) ⇒ ProcessorType

Returns a new instance of ProcessorType.



4795
4796
4797
# File 'lib/authorize_net/api/schema.rb', line 4795

def initialize(name = nil)
  @name = name
end