Class: AuthorizeNet::API::GetBatchStatisticsRequest
- Inherits:
- 
      Object
      
        - Object
- AuthorizeNet::API::GetBatchStatisticsRequest
 
- 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
- 
  
    
      #initialize(merchantAuthentication = nil, refId = nil, batchId = nil)  ⇒ GetBatchStatisticsRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GetBatchStatisticsRequest. 
Constructor Details
#initialize(merchantAuthentication = nil, refId = nil, batchId = nil) ⇒ GetBatchStatisticsRequest
Returns a new instance of GetBatchStatisticsRequest.
| 3456 3457 3458 3459 3460 | # File 'lib/authorize_net/api/schema.rb', line 3456 def initialize(merchantAuthentication = nil, refId = nil, batchId = nil) @merchantAuthentication = merchantAuthentication @refId = refId @batchId = batchId end |