Class: AuthorizeNet::API::GetBatchStatisticsRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdgetBatchStatisticsRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
batchId - (any)

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, batchId = nil) ⇒ GetBatchStatisticsRequest

Returns a new instance of GetBatchStatisticsRequest.



4111
4112
4113
4114
4115
# File 'lib/authorize_net/api/schema.rb', line 4111

def initialize(merchantAuthentication = nil, refId = nil, batchId = nil)
  @merchantAuthentication = merchantAuthentication
  @refId = refId
  @batchId = batchId
end