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.



3557
3558
3559
3560
3561
# File 'lib/authorize_net/api/schema.rb', line 3557

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