Class: AuthorizeNet::API::GetAUJobSummaryRequest

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

Overview

AnetApi/xml/v1/schema/AnetApiSchema.xsdGetAUJobSummaryRequest

refId - SOAP::SOAPString
messages - MessagesType
month - SOAP::SOAPString

Instance Method Summary collapse

Constructor Details

#initialize(merchantAuthentication = nil, refId = nil, month = nil) ⇒ GetAUJobSummaryRequest

Returns a new instance of GetAUJobSummaryRequest.



4703
4704
4705
4706
4707
# File 'lib/authorize_net/api/schema.rb', line 4703

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