class AuthorizeNet::API::ANetApiRequest

{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest

merchantAuthentication - MerchantAuthenticationType
clientId - SOAP::SOAPString
refId - SOAP::SOAPString

Public Class Methods

new(merchantAuthentication = nil, clientId = nil, refId = nil) click to toggle source
# File lib/authorize_net/api/schema.rb, line 2707
def initialize(merchantAuthentication = nil, clientId = nil, refId = nil)
  @merchantAuthentication = merchantAuthentication
  @clientId = clientId
  @refId = refId
end