Class: AuthorizeNet::API::ArrayOfProcessorType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdArrayOfProcessorType

Instance Method Summary collapse

Constructor Details

#initialize(processor = []) ⇒ ArrayOfProcessorType

Returns a new instance of ArrayOfProcessorType.



4938
4939
4940
# File 'lib/authorize_net/api/schema.rb', line 4938

def initialize(processor = [])
  @processor = processor
end