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.



3838
3839
3840
3841
3842
# File 'lib/authorize_net/api/schema.rb', line 3838

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