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.



5118
5119
5120
5121
5122
# File 'lib/authorize_net/api/schema.rb', line 5118

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