Class: AuthorizeNet::API::GetTransactionDetailsRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdgetTransactionDetailsRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, transId = nil) ⇒ GetTransactionDetailsRequest

Returns a new instance of GetTransactionDetailsRequest.



3795
3796
3797
3798
3799
# File 'lib/authorize_net/api/schema.rb', line 3795

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