Class: AuthorizeNet::API::ArrayOfBatchDetailsType

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdArrayOfBatchDetailsType

Instance Method Summary collapse

Constructor Details

#initialize(batch = []) ⇒ ArrayOfBatchDetailsType

Returns a new instance of ArrayOfBatchDetailsType.



1945
1946
1947
# File 'lib/authorize_net/api/schema.rb', line 1945

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