Class: AuthorizeNet::API::GetTransactionListRequest

Inherits:
Object
  • Object
show all
Includes:
ROXML
Defined in:
lib/authorize_net/api/schema.rb

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdgetTransactionListRequest

merchantAuthentication - MerchantAuthenticationType
refId - SOAP::SOAPString
batchId - (any)

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, batchId = nil) ⇒ GetTransactionListRequest

Returns a new instance of GetTransactionListRequest.



3538
3539
3540
3541
3542
# File 'lib/authorize_net/api/schema.rb', line 3538

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