class AuthorizeNet::API::GetAUJobSummaryRequest
{AnetApi/xml/v1/schema/AnetApiSchema.xsd}GetAUJobSummaryRequest
refId - SOAP::SOAPString messages - MessagesType month - SOAP::SOAPString
Public Class Methods
new(merchantAuthentication = nil, refId = nil, month = nil)
click to toggle source
# File lib/authorize_net/api/schema.rb, line 5137 def initialize(merchantAuthentication = nil, refId = nil, month = nil) @merchantAuthentication = merchantAuthentication @refId = refId @month = month end