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