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.



1757
1758
1759
# File 'lib/authorize_net/api/schema.rb', line 1757

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