class AuthorizeNet::API::GetBatchStatisticsRequest
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}getBatchStatisticsRequest
merchantAuthentication - MerchantAuthenticationType refId - SOAP::SOAPString batchId - (any)
Public Class Methods
new(merchantAuthentication = nil, refId = nil, batchId = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 4111 def initialize(merchantAuthentication = nil, refId = nil, batchId = nil) @merchantAuthentication = merchantAuthentication @refId = refId @batchId = batchId end