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.
4127 4128 4129 4130 4131 |
# File 'lib/authorize_net/api/schema.rb', line 4127 def initialize(merchantAuthentication = nil, refId = nil, batchId = nil) @merchantAuthentication = merchantAuthentication @refId = refId @batchId = batchId end |