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.



4822
4823
4824
4825
4826
# File 'lib/authorize_net/api/schema.rb', line 4822

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